mm: do not use double negation for testing page flags
authorMinchan Kim <[email protected]>
Wed, 3 May 2017 21:53:35 +0000 (14:53 -0700)
committerLinus Torvalds <[email protected]>
Wed, 3 May 2017 22:52:09 +0000 (15:52 -0700)
commit2948be5acf7d798991b127ceda6eea13e52c597f
tree1aad76cc5a466f559782bd094540eb0a1406bf1b
parent056b9d8a76924df02011f3941c4f53ace8d6c32a
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[email protected]

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Minchan Kim <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Cc: Chen Gang <[email protected]>
Cc: Anshuman Khandual <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/khugepaged.c