commit | c8f543e0786785d8c7118fc2878e42bc0193a88d | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Tue Aug 02 12:32:01 2011 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Tue Aug 02 12:32:01 2011 +0100 |
tree | b8984adc44c3a15f1bee56f3b6b9ff49f8ed4d2c | |
parent | 936688d7eb0f39be96c5791be1a04994cc8d6aa0 [diff] |
dm log: clean up bit little endian bitops Using __test_and_{set,clear}_bit_le() with ignoring its return value can be replaced with __{set,clear}_bit_le(). This also removes unnecessary casts. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>