X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=fs%2Fdlm%2Fmidcomms.c;h=f3396c622aecc04ef371ccf9cb3baed23b110c55;hb=e51a3630565f61a5151f24f9ece191277ddaa320;hp=07ac709f3ed7145853b67fd5b36618e759092ba5;hpb=f0e2dcffae8701f00b34bce90e762eb798dea5b1;p=firefly-linux-kernel-4.4.55.git diff --git a/fs/dlm/midcomms.c b/fs/dlm/midcomms.c index 07ac709f3ed7..f3396c622aec 100644 --- a/fs/dlm/midcomms.c +++ b/fs/dlm/midcomms.c @@ -112,7 +112,7 @@ int dlm_process_incoming_buffer(int nodeid, const void *base, ordinary messages). */ if (msglen > sizeof(__tmp) && p == &__tmp.p) { - p = kmalloc(dlm_config.ci_buffer_size, GFP_KERNEL); + p = kmalloc(dlm_config.ci_buffer_size, GFP_NOFS); if (p == NULL) return ret; }