]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/staging/lustre/lustre/osc/osc_cache.c
mm: page_alloc: remove GFP_IOFS
[linux-beck.git] / drivers / staging / lustre / lustre / osc / osc_cache.c
index cfb83bcfcb17525ac99e7f08b428fde98e86316c..b1d1a87f05e337b4aec56d8f170845080f90f563 100644 (file)
@@ -346,7 +346,7 @@ static struct osc_extent *osc_extent_alloc(struct osc_object *obj)
 {
        struct osc_extent *ext;
 
-       ext = kmem_cache_alloc(osc_extent_kmem, GFP_IOFS | __GFP_ZERO);
+       ext = kmem_cache_alloc(osc_extent_kmem, GFP_NOFS | __GFP_ZERO);
        if (ext == NULL)
                return NULL;