Updated to 2.6.32.27
/fs/dlm/rcom.c
blob:67522c268c14972d20fb9825de128ff66aa2b2a9 -> blob:3c83a49a48a3c6d464a779cf3929c6f670073d08
--- fs/dlm/rcom.c
+++ fs/dlm/rcom.c
@@ -38,7 +38,7 @@ static int create_rcom(struct dlm_ls *ls
char *mb;
int mb_len = sizeof(struct dlm_rcom) + len;
- mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, ls->ls_allocation, &mb);
+ mh = dlm_lowcomms_get_buffer(to_nodeid, mb_len, GFP_NOFS, &mb);
if (!mh) {
log_print("create_rcom to %d type %d len %d ENOBUFS",
to_nodeid, type, len);