commit | 748285ccf7ea76d3d76d0d5f2945ad6fb91f5329 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Fri May 15 10:50:57 2009 -0500 |
committer | David Teigland <teigland@redhat.com> | Fri May 15 11:24:59 2009 -0500 |
tree | aeb56a0e18c2f54acccb65e5b6e8ac63f53dfc44 | |
parent | 391fbdc5d527149578490db2f1619951d91f3561 [diff] |
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>