X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd_support.h;h=f820c8780e7ee5aa9365189201035379aa4e25f1;hb=refs%2Fchanges%2F28%2F40328%2F7;hp=1b6bba4e6a427906870090207c4d06dee9055564;hpb=062809b1313ac7000e3476c96cbbe5d017f10875;p=fs%2Flustre-release.git diff --git a/lustre/include/obd_support.h b/lustre/include/obd_support.h index 1b6bba4..f820c87 100644 --- a/lustre/include/obd_support.h +++ b/lustre/include/obd_support.h @@ -834,8 +834,7 @@ do { \ #define __OBD_VMALLOC_VERBOSE(ptr, cptab, cpt, size) \ do { \ (ptr) = cptab == NULL ? \ - __vmalloc(size, GFP_NOFS | __GFP_HIGHMEM | __GFP_ZERO, \ - PAGE_KERNEL) : \ + __ll_vmalloc(size, GFP_NOFS | __GFP_HIGHMEM | __GFP_ZERO) : \ cfs_cpt_vzalloc(cptab, cpt, size); \ if (unlikely((ptr) == NULL)) { \ CERROR("vmalloc of '" #ptr "' (%d bytes) failed\n", \