diff options
| author | Matthew Wilcox <willy@debian.org> | 2002-09-29 02:20:20 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-09-29 02:20:20 -0700 |
| commit | 7030eb354b388c1b376ccd2bd7741ed85a7ddee6 (patch) | |
| tree | 5b128791c699fd34c6f7e31992688bff2a6e67a2 /include/linux/slab.h | |
| parent | 11c3d16ecb82847fcc623bffc4f42d0c7c10a4a5 (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.h | 1 |
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) |
