]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fat/cache.c
[PATCH] slab: remove SLAB_KERNEL
[linux-2.6-omap-h63xx.git] / fs / fat / cache.c
index 82cc4f59e3bae3302abd291b392eccb90f4e1be4..8c272278455cafefb7dfbf8c10675b21b84db167 100644 (file)
@@ -63,7 +63,7 @@ void fat_cache_destroy(void)
 
 static inline struct fat_cache *fat_cache_alloc(struct inode *inode)
 {
-       return kmem_cache_alloc(fat_cache_cachep, SLAB_KERNEL);
+       return kmem_cache_alloc(fat_cache_cachep, GFP_KERNEL);
 }
 
 static inline void fat_cache_free(struct fat_cache *cache)