From: Akinobu Mita Date: Mon, 30 May 2011 12:58:05 +0000 (+0900) Subject: ocfs2: use proper little-endian bitops X-Git-Tag: v3.2-rc4~1^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730e663bd82c1a10a85ff00728d34152a5a67ec8;p=pandora-kernel.git ocfs2: 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(). Signed-off-by: Akinobu Mita Cc: Joel Becker Cc: Mark Fasheh Cc: ocfs2-devel@oss.oracle.com Signed-off-by: Joel Becker --- Reading git-diff-tree failed