commit | 3f810b6c4a850db1b9989cd569ab88b90cd24996 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Wed Apr 24 11:42:41 2013 +1000 |
committer | NeilBrown <neilb@suse.de> | Wed Apr 24 11:42:41 2013 +1000 |
tree | 4a0bfef086c9fef610191b1f71d455216422b40f | |
parent | 3ea8929da3e61b54d4adcab1bf9a0034648d578e [diff] |
md: use set_bit_le and clear_bit_le The value returned by test_and_set_bit_le() drivers/md/bitmap.c is not used. So just use set_bit_le(). The same goes for test_and_clear_bit_le(). Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Neil Brown <neilb@suse.de> Cc: linux-raid@vger.kernel.org Signed-off-by: NeilBrown <neilb@suse.de>