dlm: use more NOFS allocation
authorDavid Teigland <teigland@redhat.com>
Fri, 15 May 2009 15:50:57 +0000 (10:50 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 15 May 2009 16:24:59 +0000 (11:24 -0500)
commit748285ccf7ea76d3d76d0d5f2945ad6fb91f5329
treeaeb56a0e18c2f54acccb65e5b6e8ac63f53dfc44
parent391fbdc5d527149578490db2f1619951d91f3561
dlm: use more NOFS allocation

Change some GFP_KERNEL allocations to use either GFP_NOFS or
ls_allocation (when available) which the fs sets to GFP_NOFS.
The point is to prevent allocations from going back into the
cluster fs in places where that might lead to deadlock.

Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/dir.c
fs/dlm/lowcomms.c
fs/dlm/member.c
fs/dlm/requestqueue.c