From 215ad20a9b077d44ea1cf58b1bac64a7f42d058a Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Fri, 2 Feb 2007 09:18:22 -0500 Subject: Add backing store, memory management --- kerncompat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kerncompat.h') diff --git a/kerncompat.h b/kerncompat.h index 3a4bb4d..347ca06 100644 --- a/kerncompat.h +++ b/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 -- cgit v1.2.1