lkml.org 
[lkml]   [2003]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] implement __GFP_REPEAT, __GFP_NOFAIL, __GFP_NORETRY
From
Date


Maybe I am wrong, but recent patch added

+#define __GFP_NORETRY 0x1000 /* Do not retry. Might fail */


which conflicts numerically with

#define SLAB_NO_GROW 0x00001000UL /* don't grow a cache */


e.g., mm/slab.c contains the following snippet:

if (flags & ~(SLAB_DMA|SLAB_LEVEL_MASK|SLAB_NO_GROW))
BUG();
if (flags & SLAB_NO_GROW)
return 0;


while SLAB_LEVEL_MASK actually contains SLAB_NO_GROW.

--alexm
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.051 / U:0.096 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site