mm: make rmap_walk() return void
authorMinchan Kim <[email protected]>
Wed, 3 May 2017 21:54:23 +0000 (14:54 -0700)
committerLinus Torvalds <[email protected]>
Wed, 3 May 2017 22:52:10 +0000 (15:52 -0700)
commit1df631ae19819cff343d316eda42eca32d3de7fc
treef643ec82c7c5aff378f11453ff2660a27b0cfdf4
parent666e5a406c3ed562e7b3ceff8b631b6067bdaead
mm: make rmap_walk() return void

There is no user of the return value from rmap_walk() and friends so
this patch makes them void-returning functions.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Minchan Kim <[email protected]>
Cc: Anshuman Khandual <[email protected]>
Cc: Hillf Danton <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Naoya Horiguchi <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/ksm.h
include/linux/rmap.h
mm/ksm.c
mm/rmap.c