commit | 559ec2f8fd50981821621f52db5e1a8ffcf8d792 | [log] [tgz] |
---|---|---|
author | Nicholas Krause <xerofoify@gmail.com> | Fri Sep 04 15:48:27 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Sep 04 16:54:41 2015 -0700 |
tree | a249bdb56a782dc13ec49cb088f5013a5b9d05a5 | |
parent | 1ecef9ed0f63bfff58895a4f3aec751e907c7f3d [diff] |
mm/hugetlb.c: make vma_has_reserves() return bool This makes vma_has_reserves() return bool due to this particular function only returning either one or zero as its return value. Signed-off-by: Nicholas Krause <xerofoify@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>