diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2013-04-24 03:42:41 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2013-04-24 03:42:41 +0200 |
commit | 3f810b6c4a850db1b9989cd569ab88b90cd24996 (patch) | |
tree | 4a0bfef086c9fef610191b1f71d455216422b40f /drivers/md/raid5.c | |
parent | md: HOT_DISK_REMOVE shouldn't make a read-auto device active. (diff) | |
download | linux-3f810b6c4a850db1b9989cd569ab88b90cd24996.tar.xz linux-3f810b6c4a850db1b9989cd569ab88b90cd24996.zip |
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>
Diffstat (limited to 'drivers/md/raid5.c')
0 files changed, 0 insertions, 0 deletions