]> git.baikalelectronics.ru Git - kernel.git/commit
mm/hugetlb.c: make vma_has_reserves() return bool
authorNicholas Krause <xerofoify@gmail.com>
Fri, 4 Sep 2015 22:48:27 +0000 (15:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Sep 2015 23:54:41 +0000 (16:54 -0700)
commitefce56a1cf76b6a860503d8015582a7468bff64e
treea249bdb56a782dc13ec49cb088f5013a5b9d05a5
parentd62e48ee74dee0155687a4ae7202b5a06d99690b
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>
mm/hugetlb.c