tools/testing/radix-tree/linux/gfp.h: fix bitrotted value
authorValdis Kletnieks <[email protected]>
Tue, 2 Aug 2016 21:02:28 +0000 (14:02 -0700)
committerLinus Torvalds <[email protected]>
Tue, 2 Aug 2016 21:31:41 +0000 (17:31 -0400)
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/[email protected]
Signed-off-by: Valdis Kletnieks <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
tools/testing/radix-tree/linux/gfp.h

index 0e37f7a760ebd262e23a7cdf4fd901be32ce0ea2..5201b915f631fc9df916e9aa476735323c6d9e62 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _GFP_H
 #define _GFP_H
 
-#define __GFP_BITS_SHIFT 22
+#define __GFP_BITS_SHIFT 26
 #define __GFP_BITS_MASK ((gfp_t)((1 << __GFP_BITS_SHIFT) - 1))
 #define __GFP_WAIT 1
 #define __GFP_ACCOUNT 0