commit | eb60ceac0ebd11e9896ed1ca84fcad71a4b23601 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Feb 02 09:18:22 2007 -0500 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Fri Feb 02 09:18:22 2007 -0500 |
tree | 70d426737630b713bc18dc5ae8c342651f0f1f44 | |
parent | 4920c9ac9a4bbc6bf9acd8c614987ee6b378e78f [diff] [blame] |
Btrfs: Add backing store, memory management Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/kerncompat.h b/fs/btrfs/kerncompat.h index 3a4bb4d..347ca06 100644 --- a/fs/btrfs/kerncompat.h +++ b/fs/btrfs/kerncompat.h
@@ -6,6 +6,7 @@ #define BITS_PER_LONG 64 #define __GFP_BITS_SHIFT 20 #define __GFP_BITS_MASK ((int)((1 << __GFP_BITS_SHIFT) - 1)) +#define GFP_KERNEL 0 #define __read_mostly #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) #define __force