X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fdlm%2Fmidcomms.c;h=f3396c622aecc04ef371ccf9cb3baed23b110c55;hb=cffab6bc5511cd6f67a60bf16b62de4267b68c4c;hp=07ac709f3ed7145853b67fd5b36618e759092ba5;hpb=5b39dba5029108800b94a5f4f96e3a05417103ac;p=~andy%2Flinux diff --git a/fs/dlm/midcomms.c b/fs/dlm/midcomms.c index 07ac709f3ed..f3396c622ae 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; }