From: Akinobu Mita Date: Tue, 2 Aug 2011 11:32:01 +0000 (+0100) Subject: dm log: clean up bit little endian bitops X-Git-Tag: v3.1-rc1~85^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f543e0786785d8c7118fc2878e42bc0193a88d;p=pandora-kernel.git 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 Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed