projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a8018f
)
tools/testing/radix-tree/linux/gfp.h: fix bitrotted value
author
Valdis Kletnieks
<
[email protected]
>
Tue, 2 Aug 2016 21:02:28 +0000
(14:02 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/tools/testing/radix-tree/linux/gfp.h
b/tools/testing/radix-tree/linux/gfp.h
index 0e37f7a760ebd262e23a7cdf4fd901be32ce0ea2..5201b915f631fc9df916e9aa476735323c6d9e62 100644
(file)
--- a/
tools/testing/radix-tree/linux/gfp.h
+++ b/
tools/testing/radix-tree/linux/gfp.h
@@
-1,7
+1,7
@@
#ifndef _GFP_H
#define _GFP_H
-#define __GFP_BITS_SHIFT 2
2
+#define __GFP_BITS_SHIFT 2
6
#define __GFP_BITS_MASK ((gfp_t)((1 << __GFP_BITS_SHIFT) - 1))
#define __GFP_WAIT 1
#define __GFP_ACCOUNT 0