From: Sunil Mushran Date: Mon, 21 Feb 2011 22:25:25 +0000 (-0800) Subject: ocfs2/dlm: Move kmalloc() outside the spinlock X-Git-Tag: v2.6.39-rc1~26^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=770c4d81e0d2ca45516ddc9ae0a69565790b5533;p=pandora-kernel.git ocfs2/dlm: Move kmalloc() outside the spinlock In dlm_query_region_handler(), move the kmalloc outside the spinlock. This allows us to use GFP_KERNEL instead of GFP_ATOMIC. Signed-off-by: Sunil Mushran Signed-off-by: Joel Becker --- Reading git-diff-tree failed