ocfs2/dlm: Move kmalloc() outside the spinlock
authorSunil Mushran <sunil.mushran@oracle.com>
Mon, 21 Feb 2011 22:25:25 +0000 (14:25 -0800)
committerJoel Becker <jlbec@evilplan.org>
Tue, 22 Feb 2011 09:35:30 +0000 (01:35 -0800)
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 <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <jlbec@evilplan.org>

No differences found