From 559ec2f8fd50981821621f52db5e1a8ffcf8d792 Mon Sep 17 00:00:00 2001 From: Nicholas Krause Date: Fri, 4 Sep 2015 15:48:27 -0700 Subject: [PATCH] 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed