X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fgfp.h;h=39b81dc7d01acdb28e6e888fea3399f7866057f8;hb=7c1cfacca2083db519317f49f31e143d97fd554a;hp=0437439bc047bd4a99d7465132b1d9417667934e;hpb=b7a8399edfd7ad3da36d51513ea30a4708b02b52;p=~andy%2Flinux diff --git a/include/linux/gfp.h b/include/linux/gfp.h index 0437439bc04..39b81dc7d01 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h @@ -123,6 +123,10 @@ struct vm_area_struct; __GFP_NOMEMALLOC | __GFP_NORETRY | __GFP_NOWARN | \ __GFP_NO_KSWAPD) +/* + * GFP_THISNODE does not perform any reclaim, you most likely want to + * use __GFP_THISNODE to allocate from a given node without fallback! + */ #ifdef CONFIG_NUMA #define GFP_THISNODE (__GFP_THISNODE | __GFP_NOWARN | __GFP_NORETRY) #else