2015-06-26 17:28:49

by Davidlohr Bueso

[permalink] [raw]
Subject: Re: [PATCH] mm:Make the function vma_has_reserves bool

On Fri, 2015-06-26 at 12:15 -0400, Nicholas Krause wrote:
> This makes the function vma_has_reserves bool now due to this
> particular function only returning either one or zero as its
> return value.
>
> Signed-off-by: Nicholas Krause <[email protected]>
> ---
> mm/hugetlb.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/mm/hugetlb.c b/mm/hugetlb.c

Yeah, don't be sending one patch per function change for this kind of
crap.