Re: [patch] checkpatch: add warning of future __GFP_NOFAIL use

2013-12-10 Thread Joe Perches
On Tue, 2013-12-10 at 16:26 -0800, David Rientjes wrote: > gfp.h and page_alloc.c already specify that __GFP_NOFAIL is deprecated and > no new users should be added. > > Add a warning to checkpatch to catch this. Fine by me. -- To unsubscribe from this list: send the line "unsubscribe linux-ke

[patch] checkpatch: add warning of future __GFP_NOFAIL use

2013-12-10 Thread David Rientjes
gfp.h and page_alloc.c already specify that __GFP_NOFAIL is deprecated and no new users should be added. Add a warning to checkpatch to catch this. Signed-off-by: David Rientjes --- scripts/checkpatch.pl | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/checkpatch.pl b/scripts/