From: Akinobu Mita Date: Tue, 26 Jul 2011 00:13:37 +0000 (-0700) Subject: reiserfs: use proper little-endian bitops X-Git-Tag: v3.1-rc1~241^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c2fd1bfb155947a821fdaeb3c46aa1cfa20ad64;p=pandora-kernel.git reiserfs: use proper little-endian bitops Using __test_and_{set,clear}_bit_le() with ignoring its return value can be replaced with __{set,clear}_bit_le(). This introduces reiserfs_{set,clear}_le_bit for __{set,clear}_bit_le and does the above change with them. Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed