commit | 770c4d81e0d2ca45516ddc9ae0a69565790b5533 | [log] [tgz] |
---|---|---|
author | Sunil Mushran <sunil.mushran@oracle.com> | Mon Feb 21 14:25:25 2011 -0800 |
committer | Joel Becker <jlbec@evilplan.org> | Tue Feb 22 01:35:30 2011 -0800 |
tree | 8a7fed6cf0b3870efacfbbaeb47929edd438494b | |
parent | 1936a267f1b5a32d4a846608fdcce82ca0f6ac8e [diff] |
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 <sunil.mushran@oracle.com> Signed-off-by: Joel Becker <jlbec@evilplan.org>