Skip to content
Commit 730e663b authored by Akinobu Mita's avatar Akinobu Mita Committed by Joel Becker
Browse files

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: default avatarAkinobu 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: default avatarJoel Becker <jlbec@evilplan.org>
parent 87f0d5c8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment