X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fcl_page.c;h=4dfc98a44a7aab6a28c0f48b7a507064e38bee62;hp=0ca7985410fef88de07709b086c4aa74e0dea654;hb=refs%2Fchanges%2F23%2F9223%2F5;hpb=11317196203c26f8c9e4d2a8261859b1c7a76c9d diff --git a/lustre/obdclass/cl_page.c b/lustre/obdclass/cl_page.c index 0ca7985..4dfc98a 100644 --- a/lustre/obdclass/cl_page.c +++ b/lustre/obdclass/cl_page.c @@ -179,7 +179,7 @@ struct cl_page *cl_page_alloc(const struct lu_env *env, ENTRY; OBD_ALLOC_GFP(page, cl_object_header(o)->coh_page_bufsize, - __GFP_IO); + GFP_NOFS); if (page != NULL) { int result = 0; atomic_set(&page->cp_ref, 1);