Skip to content

Commit

Permalink
nilfs2: use little-endian bitops
Browse files Browse the repository at this point in the history
As a preparation for removing ext2 non-atomic bit operations from
asm/bitops.h.  This converts ext2 non-atomic bit operations to
little-endian bit operations.

Signed-off-by: Akinobu Mita <[email protected]>
Acked-by: Ryusuke Konishi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
mita authored and torvalds committed Mar 24, 2011
1 parent c4354d0 commit a49ebba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nilfs2/alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ int nilfs_palloc_freev(struct inode *, __u64 *, size_t);

#define nilfs_set_bit_atomic ext2_set_bit_atomic
#define nilfs_clear_bit_atomic ext2_clear_bit_atomic
#define nilfs_find_next_zero_bit ext2_find_next_zero_bit
#define nilfs_find_next_zero_bit find_next_zero_bit_le

/*
* persistent object allocator cache
Expand Down

0 comments on commit a49ebba

Please sign in to comment.