All patches in this patch set were sent before. Individual patches improve little-endian bitops usage in several places. Akinobu Mita (6): ext4: use proper little-endian bitops dm: use use proper little-endian bitops md: use proper little-endian bitops reiserfs: use proper little-endian bitops reiserfs: use hweight_long() ocfs2: avoid unaligned access to dqc_bitmap drivers/md/bitmap.c | 4 +- drivers/md/dm-log.c | 9 +++---- fs/ext4/ext4.h | 7 +++-- fs/ext4/ialloc.c | 4 +- fs/ocfs2/ocfs2.h | 47 +++++++++++++++++++++++++++++++++++++++++++ fs/ocfs2/quota_local.c | 10 ++++---- fs/reiserfs/bitmap.c | 8 +----- fs/reiserfs/resize.c | 6 ++-- include/linux/reiserfs_fs.h | 2 + 9 files changed, 71 insertions(+), 26 deletions(-) Cc: "Theodore Ts'o" <tytso@xxxxxxx> Cc: Andreas Dilger <adilger.kernel@xxxxxxxxx> Cc: linux-ext4@xxxxxxxxxxxxxxx Cc: Alasdair Kergon <agk@xxxxxxxxxx> Cc: dm-devel@xxxxxxxxxx Cc: NeilBrown <neilb@xxxxxxx> Cc: linux-raid@xxxxxxxxxxxxxxx Cc: reiserfs-devel@xxxxxxxxxxxxxxx Cc: Joel Becker <jlbec@xxxxxxxxxxxx> Cc: Mark Fasheh <mfasheh@xxxxxxxx> Cc: ocfs2-devel@xxxxxxxxxxxxxx -- 1.7.4.4 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html