]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ocfs2: use proper little-endian bitops
authorAkinobu Mita <akinobu.mita@gmail.com>
Mon, 30 May 2011 12:58:05 +0000 (21:58 +0900)
committerXiaowei.Hu <xiaowei.hu@oracle.com>
Wed, 29 Aug 2012 06:07:43 +0000 (14:07 +0800)
commit5da7b8028167ea77516bb38b38a4ef355efbbf4b
treed22c70d1abfc3f3b93637fa512873a1963ffd782
parent512a8641391fc4b6a06f4742d981ec5f0ceb357f
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 <akinobu.mita@gmail.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: ocfs2-devel@oss.oracle.com
Signed-off-by: Joel Becker <jlbec@evilplan.org>
(cherry picked from commit 730e663bd82c1a10a85ff00728d34152a5a67ec8)

Signed-off-by: Xiaowei.Hu <xiaowei.hu@oracle.com>
fs/ocfs2/ocfs2.h