[PATCH 2/7] ext4: Convert bg_inode_bitmap and bg_inode_table

2007-09-25 Thread Aneesh Kumar K.V
Convert bg_inode_bitmap and bg_inode_table to bg_inode_bitmap_lo and bg_inode_table_lo. This helps in finding BUGs due to direct partial access of these split 64 bit values Also fix one direct partial access Signed-off-by: Aneesh Kumar K.V <[EMAIL PROTECTED]> --- fs/ext4/balloc.c|2

[PATCH 2/7] ext4: Convert bg_inode_bitmap and bg_inode_table to new type

2007-09-25 Thread Aneesh Kumar K.V
Convert bg_inode_bitmap and bg_inode_table to le32_t This helps in finding BUGs due to direct partial access of these split 64 bit values Also fix one direct partial access Signed-off-by: Aneesh Kumar K.V <[EMAIL PROTECTED]> --- fs/ext4/balloc.c|2 +- fs/ext4/super.c | 18 +