]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/dlm/midcomms.c
Merge remote-tracking branch 'sparc/master'
[karo-tx-linux.git] / fs / dlm / midcomms.c
index 07ac709f3ed7145853b67fd5b36618e759092ba5..f3396c622aecc04ef371ccf9cb3baed23b110c55 100644 (file)
@@ -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;
                }