summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
diff options
context:
space:
mode:
authorMinchan Kim2017-05-03 23:53:35 +0200
committerLinus Torvalds2017-05-04 00:52:09 +0200
commit2948be5acf7d798991b127ceda6eea13e52c597f (patch)
tree1aad76cc5a466f559782bd094540eb0a1406bf1b /mm/vmscan.c
parentmm: remove rodata_test_data export, add pr_fmt (diff)
downloadkernel-qcow2-linux-2948be5acf7d798991b127ceda6eea13e52c597f.tar.gz
kernel-qcow2-linux-2948be5acf7d798991b127ceda6eea13e52c597f.tar.xz
kernel-qcow2-linux-2948be5acf7d798991b127ceda6eea13e52c597f.zip
mm: do not use double negation for testing page flags
With the discussion[1], I found it seems there are every PageFlags functions return bool at this moment so we don't need double negation any more. Although it's not a problem to keep it, it makes future users confused to use double negation for them, too. Remove such possibility. [1] https://marc.info/?l=linux-kernel&m=148881578820434 Frankly sepaking, I like every PageFlags to return bool instead of int. It will make it clear. AFAIR, Chen Gang had tried it but don't know why it was not merged at that time. http://lkml.kernel.org/r/1469336184-1904-1-git-send-email-chengang@emindsoft.com.cn Link: http://lkml.kernel.org/r/1488868597-32222-1-git-send-email-minchan@kernel.org Signed-off-by: Minchan Kim <minchan@kernel.org> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Acked-by: Vlastimil Babka <vbabka@suse.cz> Acked-by: Michal Hocko <mhocko@suse.com> Cc: Kirill A. Shutemov <kirill@shutemov.name> Cc: Chen Gang <gang.chen.5i5j@gmail.com> Cc: Anshuman Khandual <khandual@linux.vnet.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/vmscan.c')
0 files changed, 0 insertions, 0 deletions