Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tools/testing/radix-tree/linux/gfp.h: fix bitrotted value

Apparently, the tools/testing version dates to a few flags ago, and
we've sprouted 4 new ones since. Keep in sync with the value in the
main tree...

Link: http://lkml.kernel.org/r/23400.1469702675@turing-police.cc.vt.edu
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Valdis Kletnieks and committed by
Linus Torvalds
117dec97 1a8018fb

+1 -1
+1 -1
tools/testing/radix-tree/linux/gfp.h
··· 1 1 #ifndef _GFP_H 2 2 #define _GFP_H 3 3 4 - #define __GFP_BITS_SHIFT 22 4 + #define __GFP_BITS_SHIFT 26 5 5 #define __GFP_BITS_MASK ((gfp_t)((1 << __GFP_BITS_SHIFT) - 1)) 6 6 #define __GFP_WAIT 1 7 7 #define __GFP_ACCOUNT 0