summaryrefslogtreecommitdiff
path: root/include/linux/slab.h
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@debian.org>2002-09-29 02:20:20 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-09-29 02:20:20 -0700
commit7030eb354b388c1b376ccd2bd7741ed85a7ddee6 (patch)
tree5b128791c699fd34c6f7e31992688bff2a6e67a2 /include/linux/slab.h
parent11c3d16ecb82847fcc623bffc4f42d0c7c10a4a5 (diff)
[PATCH] remove GFP_NFS
GFP_NFS has been obsolete for a while now. Kill its only remaining user, its definition and the SLAB_NFS define too.
Diffstat (limited to 'include/linux/slab.h')
-rw-r--r--include/linux/slab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/slab.h b/include/linux/slab.h
index 72b03d90f688..ed45b49325af 100644
--- a/include/linux/slab.h
+++ b/include/linux/slab.h
@@ -21,7 +21,6 @@ typedef struct kmem_cache_s kmem_cache_t;
#define SLAB_ATOMIC GFP_ATOMIC
#define SLAB_USER GFP_USER
#define SLAB_KERNEL GFP_KERNEL
-#define SLAB_NFS GFP_NFS
#define SLAB_DMA GFP_DMA
#define SLAB_LEVEL_MASK (__GFP_WAIT|__GFP_HIGH|__GFP_IO|__GFP_HIGHIO|__GFP_FS)