mm: page_alloc: remove GFP_IOFS
[linux-2.6-block.git] / drivers / staging / lustre / lustre / llite / remote_perm.c
index c902133dfc97256f1444c6ba69f540f66d988324..fe4a72268e3aadf1b695cb1621641c5f6da4838e 100644 (file)
@@ -82,7 +82,7 @@ static struct hlist_head *alloc_rmtperm_hash(void)
        struct hlist_head *hash;
        int i;
 
-       hash = kmem_cache_alloc(ll_rmtperm_hash_cachep, GFP_IOFS | __GFP_ZERO);
+       hash = kmem_cache_alloc(ll_rmtperm_hash_cachep, GFP_NOFS | __GFP_ZERO);
        if (!hash)
                return NULL;