From: Dan Carpenter Date: Thu, 26 Jul 2012 13:05:05 +0000 (+0300) Subject: ocfs2/dlm: use GFP_ATOMIC inside a spin_lock X-Git-Tag: v3.9-rc1~56^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24ae0b54be4e46bb88398f29c5f79c5dad2a602;p=pandora-kernel.git 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 Signed-off-by: Joel Becker Signed-off-by: Al Viro --- Reading git-diff-tree failed