Re: [PATCH] fix gfp_t annotations for slub

2007-07-23 Thread Christoph Lameter
On Fri, 20 Jul 2007 16:18:06 +0100 Al Viro <[EMAIL PROTECTED]> wrote: > Since we have use like ~SLUB_DMA, we ought to have the type > set right in both cases. Acked-by: Christoph Lameter <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

[PATCH] fix gfp_t annotations for slub

2007-07-20 Thread Al Viro
Since we have use like ~SLUB_DMA, we ought to have the type set right in both cases. Signed-off-by: Al Viro <[EMAIL PROTECTED]> --- diff --git a/include/linux/slub_def.h b/include/linux/slub_def.h index 07f7e4c..124270d 100644 --- a/include/linux/slub_def.h +++ b/include/linux/slub_def.h @