ocfs2/dlm: use GFP_ATOMIC inside a spin_lock
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 26 Jul 2012 13:05:05 +0000 (16:05 +0300)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Feb 2013 07:46:13 +0000 (02:46 -0500)
commitb24ae0b54be4e46bb88398f29c5f79c5dad2a602
tree0a663c0b56132f471b1454be60e6ea97ed4fbbec
parent9b171e0c74ca0549d0610990a862dd895870f04a
ocfs2/dlm: use GFP_ATOMIC inside a spin_lock

My static checker complains that this is called with a spin_lock held
in dlm_master_requery_handler() from dlmrecovery.c.  Probably the reason
we have not received any bug reports about this is that recovery is not
a common operation.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ocfs2/dlm/dlmmaster.c