mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
[cascardo/linux.git] / drivers / staging / rdma / ipath / ipath_file_ops.c
index 5d9b9db..13c3cd1 100644 (file)
@@ -905,7 +905,7 @@ static int ipath_create_user_egr(struct ipath_portdata *pd)
         * heavy filesystem activity makes these fail, and we can
         * use compound pages.
         */
-       gfp_flags = __GFP_WAIT | __GFP_IO | __GFP_COMP;
+       gfp_flags = __GFP_RECLAIM | __GFP_IO | __GFP_COMP;
 
        egrcnt = dd->ipath_rcvegrcnt;
        /* TID number offset for this port */