md/bitmap: convert some spin_lock_irqsave to spin_lock_irq
authorNeilBrown <neilb@suse.de>
Tue, 22 May 2012 03:55:19 +0000 (13:55 +1000)
committerNeilBrown <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