]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/gfp.h
mm: shuffle GFP_* flags
[linux.git] / include / linux / gfp.h
index 5f5e25fd61491173894ea5255e28f5e154b348f7..fdab7de7490dff2ae693c710214023489e6f394f 100644 (file)
@@ -24,21 +24,21 @@ struct vm_area_struct;
 #define ___GFP_HIGH            0x20u
 #define ___GFP_IO              0x40u
 #define ___GFP_FS              0x80u
-#define ___GFP_WRITE           0x100u
-#define ___GFP_NOWARN          0x200u
-#define ___GFP_RETRY_MAYFAIL   0x400u
-#define ___GFP_NOFAIL          0x800u
-#define ___GFP_NORETRY         0x1000u
-#define ___GFP_MEMALLOC                0x2000u
-#define ___GFP_COMP            0x4000u
-#define ___GFP_ZERO            0x8000u
-#define ___GFP_NOMEMALLOC      0x10000u
-#define ___GFP_HARDWALL                0x20000u
-#define ___GFP_THISNODE                0x40000u
-#define ___GFP_ATOMIC          0x80000u
-#define ___GFP_ACCOUNT         0x100000u
-#define ___GFP_DIRECT_RECLAIM  0x200000u
-#define ___GFP_KSWAPD_RECLAIM  0x400000u
+#define ___GFP_ZERO            0x100u
+#define ___GFP_ATOMIC          0x200u
+#define ___GFP_DIRECT_RECLAIM  0x400u
+#define ___GFP_KSWAPD_RECLAIM  0x800u
+#define ___GFP_WRITE           0x1000u
+#define ___GFP_NOWARN          0x2000u
+#define ___GFP_RETRY_MAYFAIL   0x4000u
+#define ___GFP_NOFAIL          0x8000u
+#define ___GFP_NORETRY         0x10000u
+#define ___GFP_MEMALLOC                0x20000u
+#define ___GFP_COMP            0x40000u
+#define ___GFP_NOMEMALLOC      0x80000u
+#define ___GFP_HARDWALL                0x100000u
+#define ___GFP_THISNODE                0x200000u
+#define ___GFP_ACCOUNT         0x400000u
 #ifdef CONFIG_LOCKDEP
 #define ___GFP_NOLOCKDEP       0x800000u
 #else