]> git.karo-electronics.de Git - karo-tx-linux.git/commit
md/bitmap: make bitmap bitops atomic.
authorNeilBrown <neilb@suse.de>
Tue, 24 Apr 2012 00:57:57 +0000 (10:57 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 24 Apr 2012 00:57:57 +0000 (10:57 +1000)
commit3638f2196c29eb55170768b3a920fa2548e5a04a
tree43415fe849723f59350fbd616573d7086711e038
parent53ede65bfc04d46b09c86c661fa03aff42b906d2
md/bitmap: make bitmap bitops atomic.

This allows us to remove spinlock protection which is
more heavy-weight than simple atomics.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/bitmap.c