Skip to content
Commit 748285cc authored by David Teigland's avatar David Teigland
Browse files

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: default avatarDavid Teigland <teigland@redhat.com>
parent 391fbdc5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment