]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mm/vmscan: make inactive_anon/file_is_low return bool
authorYaowei Bai <bywxiaobai@163.com>
Wed, 21 Oct 2015 22:03:04 +0000 (09:03 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Oct 2015 22:03:04 +0000 (09:03 +1100)
commitfd7597411573808b5ebc2576e72a349ffc84006f
tree2cf785ae45638109cb8acb1698f36436736d4e29
parent2a156355cfddcf24684817bd8b0689660e4fe09e
mm/vmscan: make inactive_anon/file_is_low return bool

Make inactive_anon/file_is_low return bool due to these particular
functions only using either one or zero as their return value.

No functional change.

Signed-off-by: Yaowei Bai <bywxiaobai@163.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/vmscan.c