]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fat/cache.c
Replace BKL with superblock lock in fat/msdos/vfat
[linux-2.6-omap-h63xx.git] / fs / fat / cache.c
index fda25479af26720690969dde01f444d8bc730f07..3a9ecac8d61f081e295655822d311dc27f51f02f 100644 (file)
@@ -61,7 +61,7 @@ void fat_cache_destroy(void)
 
 static inline struct fat_cache *fat_cache_alloc(struct inode *inode)
 {
-       return kmem_cache_alloc(fat_cache_cachep, GFP_KERNEL);
+       return kmem_cache_alloc(fat_cache_cachep, GFP_NOFS);
 }
 
 static inline void fat_cache_free(struct fat_cache *cache)