Whamcloud - gitweb
LU-4423 mem: remove GFP_IOFS
[fs/lustre-release.git] / lustre / mgc / mgc_request.c
index 3c83dc0..0d1ea9f 100644 (file)
@@ -1587,7 +1587,7 @@ static int mgc_process_recover_log(struct obd_device *obd,
                 GOTO(out, rc = -ENOMEM);
 
         for (i = 0; i < nrpages; i++) {
-               pages[i] = alloc_page(GFP_IOFS);
+               pages[i] = alloc_page(GFP_KERNEL);
                 if (pages[i] == NULL)
                         GOTO(out, rc = -ENOMEM);
         }