X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Fklnds%2Fgnilnd%2Fgnilnd.h;h=2dfc91d52b45598a12e87ed901ad464b0dabd0bb;hp=9f6b36bb34b170f7f094456cc920f4321ff60ab1;hb=4e7994f45811e66f50a5d174b1b5dfc20c65269b;hpb=e7d2df16545709874a880a92388ddc6817ef5684 diff --git a/lnet/klnds/gnilnd/gnilnd.h b/lnet/klnds/gnilnd/gnilnd.h index 9f6b36b..2dfc91d 100644 --- a/lnet/klnds/gnilnd/gnilnd.h +++ b/lnet/klnds/gnilnd/gnilnd.h @@ -970,7 +970,7 @@ static inline int kgnilnd_trylock(struct mutex *cq_lock, static inline void *kgnilnd_vzalloc(int size) { - void *ret = __vmalloc(size, __GFP_HIGHMEM | GFP_NOFS | __GFP_ZERO, + void *ret = __vmalloc(size, __GFP_HIGHMEM | GFP_NOIO | __GFP_NORETRY | __GFP_ZERO, PAGE_KERNEL); LIBCFS_ALLOC_POST(ret, size); return ret;