From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: Re: [PATCH 02/16] GFS: core fs Date: Mon, 10 Oct 2005 13:04:08 -0600 Message-ID: <20051010190408.GC12886@parisc-linux.org> References: <20051010170954.GC22483@redhat.com> <20051010191057.GB7683@mipter.zuzino.mipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Teigland , linux-kernel@vger.kernel.org, akpm@osdl.org, linux-fsdevel@vger.kernel.org Return-path: Received: from palinux.external.hp.com ([192.25.206.14]:23977 "EHLO palinux.hppa") by vger.kernel.org with ESMTP id S1751111AbVJJTEL (ORCPT ); Mon, 10 Oct 2005 15:04:11 -0400 To: Alexey Dobriyan Content-Disposition: inline In-Reply-To: <20051010191057.GB7683@mipter.zuzino.mipt.ru> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Oct 10, 2005 at 11:10:58PM +0400, Alexey Dobriyan wrote: > On Mon, Oct 10, 2005 at 12:09:54PM -0500, David Teigland wrote: > > + mp = kzalloc(sizeof(struct metapath), GFP_KERNEL | __GFP_NOFAIL); > > Not checked. * __GFP_NOFAIL: The VM implementation _must_ retry infinitely: the caller * cannot handle allocation failures.