|
@@ -229,9 +229,9 @@ int ffs(int x)
|
|
|
#include <asm-generic/bitops/hweight.h>
|
|
|
|
|
|
#define ext2_set_bit_atomic(lock, nr, addr) \
|
|
|
- test_and_set_bit((nr) ^ 0x18, (addr))
|
|
|
+ test_and_set_bit((nr), (addr))
|
|
|
#define ext2_clear_bit_atomic(lock, nr, addr) \
|
|
|
- test_and_clear_bit((nr) ^ 0x18, (addr))
|
|
|
+ test_and_clear_bit((nr), (addr))
|
|
|
|
|
|
#include <asm-generic/bitops/ext2-non-atomic.h>
|
|
|
#include <asm-generic/bitops/minix-le.h>
|