commit | d6d7b702a3a1ca50f7ca2bebaa79c80425156bac | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Wed Nov 12 16:49:48 2008 -0600 |
committer | David Teigland <teigland@redhat.com> | Tue Dec 23 10:15:40 2008 -0600 |
tree | 58399f82a48ca2a02bea7bdadc14925858a8017a | |
parent | 58e20d8d344b0ee083febb18c2b021d2427e56ca [diff] |
dlm: fix up memory allocation flags Use ls_allocation for memory allocations, which a cluster fs sets to GFP_NOFS. Use GFP_NOFS for allocations when no lockspace struct is available. Taking dlm locks needs to avoid calling back into the cluster fs because write-out can require taking dlm locks. Cc: Christine Caulfield <ccaulfie@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>