Messages in this thread |  | | Date | Mon, 10 Oct 2005 13:04:08 -0600 | | From | Matthew Wilcox <> | | Subject | Re: [PATCH 02/16] GFS: core fs |
| |
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. - 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/
|  |