Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752156AbbFZR2t (ORCPT ); Fri, 26 Jun 2015 13:28:49 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46651 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751888AbbFZR2n (ORCPT ); Fri, 26 Jun 2015 13:28:43 -0400 Message-ID: <1435339686.15762.2.camel@stgolabs.net> Subject: Re: [PATCH] mm:Make the function vma_has_reserves bool From: Davidlohr Bueso To: Nicholas Krause Cc: akpm@linux-foundation.org, n-horiguchi@ah.jp.nec.com, rientjes@google.com, mike.kravetz@oracle.com, lcapitulino@redhat.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Date: Fri, 26 Jun 2015 10:28:06 -0700 In-Reply-To: <1435335335-16007-1-git-send-email-xerofoify@gmail.com> References: <1435335335-16007-1-git-send-email-xerofoify@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 719 Lines: 20 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 > --- > 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/