diff options
author | David Teigland <teigland@redhat.com> | 2009-11-30 16:34:43 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-08-13 13:20:20 -0700 |
commit | d53f591280e8ad6a3164534db63b8c511154c704 (patch) | |
tree | b7cf0dce7ccbf5c66d84d6280a31263781d5f700 /usr/initramfs_data.lzma.S | |
parent | bd91f592633c1a3ec88ac2dd55b81cde45955b1d (diff) |
dlm: always use GFP_NOFS
commit 573c24c4af6664ffcd9aa7ba617a35fde2b95534 upstream.
Replace all GFP_KERNEL and ls_allocation with GFP_NOFS.
ls_allocation would be GFP_KERNEL for userland lockspaces
and GFP_NOFS for file system lockspaces.
It was discovered that any lockspaces on the system can
affect all others by triggering memory reclaim in the
file system which could in turn call back into the dlm
to acquire locks, deadlocking dlm threads that were
shared by all lockspaces, like dlm_recv.
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'usr/initramfs_data.lzma.S')
0 files changed, 0 insertions, 0 deletions