summaryrefslogtreecommitdiff
path: root/kerncompat.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-04-02 14:18:17 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-04-02 14:18:17 -0400
commit1330edb0bc6eeb8150822203711d393c3d5e1cb9 (patch)
treec63bc8db3879b33a975192cf815837f9ccda6121 /kerncompat.h
parentb21892315c8e574ef82e9ad6e7565941a9b26f87 (diff)
sync up with kernel sources
Diffstat (limited to 'kerncompat.h')
-rw-r--r--kerncompat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kerncompat.h b/kerncompat.h
index 105d3f58..647d38e9 100644
--- a/kerncompat.h
+++ b/kerncompat.h
@@ -7,6 +7,7 @@
#define __GFP_BITS_SHIFT 20
#define __GFP_BITS_MASK ((int)((1 << __GFP_BITS_SHIFT) - 1))
#define GFP_KERNEL 0
+#define GFP_NOFS 0
#define __read_mostly
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#define PAGE_SHIFT 12