]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/staging/lustre/lnet/selftest/rpc.c
mm: page_alloc: remove GFP_IOFS
[linux-beck.git] / drivers / staging / lustre / lnet / selftest / rpc.c
index 162f9d330496bf40026dba82a6822f5d828731cf..7005002c15dab2a91407d2f5d5277e4a096287bf 100644 (file)
@@ -146,7 +146,7 @@ srpc_alloc_bulk(int cpt, unsigned bulk_npg, unsigned bulk_len, int sink)
                int nob;
 
                pg = alloc_pages_node(cfs_cpt_spread_node(lnet_cpt_table(), cpt),
-                                     GFP_IOFS, 0);
+                                     GFP_KERNEL, 0);
                if (pg == NULL) {
                        CERROR("Can't allocate page %d of %d\n", i, bulk_npg);
                        srpc_free_bulk(bk);