Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1451873
| From | Valdis Kletnieks <Valdis.Kletnieks@vt.edu> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | PATCH - fix bitrotted value in tools/testing/radix-tree/linux/gfp.h |
| Date | 2016-07-28 12:50 +0200 |
| Message-ID | <rZR33-53d-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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... Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu> --- diff --git a/tools/testing/radix-tree/linux/gfp.h b/tools/testing/radix-tree/linux/gfp.h index 0e37f7a760eb..5201b915f631 100644 --- 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 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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
PATCH - fix bitrotted value in tools/testing/radix-tree/linux/gfp.h Valdis Kletnieks <Valdis.Kletnieks@vt.edu> - 2016-07-28 12:50 +0200
csiph-web