Skip to content

Commit

Permalink
tools/testing/radix-tree/linux/gfp.h: fix bitrotted value
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
valdisk authored and torvalds committed Aug 2, 2016
1 parent 1a8018f commit 117dec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/radix-tree/linux/gfp.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 117dec9

Please sign in to comment.