[DLM] variable allocation
authorPatrick Caulfield <pcaulfie@redhat.com>
Wed, 6 Jun 2007 14:21:22 +0000 (09:21 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 9 Jul 2007 07:23:17 +0000 (08:23 +0100)
commit44f487a5536a3afd96a9f571de24c36559e9ae82
tree1bbdb85a23c75a29e49ec0b7a1cbb6834a5b55e6
parent292e539e9386823df8aab556f3da09667f78da8c
[DLM] variable allocation

Add a new flag, DLM_LSFL_FS, to be used when a file system creates a lockspace.
This flag causes the dlm to use GFP_NOFS for allocations instead of GFP_KERNEL.
(This updated version of the patch uses gfp_t for ls_allocation.)

Signed-Off-By: Patrick Caulfield <pcaulfie@redhat.com>
Signed-Off-By: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/dlm_internal.h
fs/dlm/lock.c
fs/dlm/lockspace.c
fs/dlm/rcom.c
fs/gfs2/locking/dlm/mount.c
include/linux/dlm.h