commit | 7466712347c58c367636cc875801c8703bc729e7 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Tue May 22 13:55:19 2012 +1000 |
committer | NeilBrown <neilb@suse.de> | Tue May 22 13:55:19 2012 +1000 |
tree | f9cd8a4acdb5e60cc4088fd9497dd41dfb8998d1 | |
parent | b405fe91e50c60c80e72d798025aea4917096421 [diff] |
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 <neilb@suse.de>