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:
b405fe9
)
md/bitmap: convert some spin_lock_irqsave to spin_lock_irq
author
NeilBrown
<neilb@suse.de>
Tue, 22 May 2012 03:55:19 +0000
(13:55 +1000)
committer
NeilBrown
<neilb@suse.de>
Tue, 22 May 2012 03:55:19 +0000
(13:55 +1000)
All of these sites can only be called from process context with
irqs enabled, so using irqsave/irqrestore just adds noise.
Remove it.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found