From: NeilBrown Date: Tue, 22 May 2012 03:55:19 +0000 (+1000) Subject: md/bitmap: convert some spin_lock_irqsave to spin_lock_irq X-Git-Tag: v3.5-rc1~110^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7466712347c58c367636cc875801c8703bc729e7;p=pandora-kernel.git md/bitmap: convert some spin_lock_irqsave to spin_lock_irq 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 --- Reading git-diff-tree failed