git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1936a26
)
ocfs2/dlm: Move kmalloc() outside the spinlock
author
Sunil Mushran
<sunil.mushran@oracle.com>
Mon, 21 Feb 2011 22:25:25 +0000
(14:25 -0800)
committer
Joel 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