All of lore.kernel.org
 help / color / mirror / Atom feed
* PATCH - fix bitrotted value in tools/testing/radix-tree/linux/gfp.h
@ 2016-07-28 10:44 Valdis Kletnieks
  0 siblings, 0 replies; only message in thread
From: Valdis Kletnieks @ 2016-07-28 10:44 UTC (permalink / raw)
  To: Matthew Wilcox, Andrew Morton; +Cc: linux-kernel

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-28 10:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-28 10:44 PATCH - fix bitrotted value in tools/testing/radix-tree/linux/gfp.h Valdis Kletnieks

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.