ext4: Convert bg_inode_bitmap and bg_inode_table
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 16 Oct 2007 22:38:25 +0000 (18:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 17 Oct 2007 22:50:02 +0000 (18:50 -0400)
commit5272f8372786a181313c00c7a67304ac6def2e34
treed410591f49209a5a6ae4f04152fb91d1556c946a
parent3a14589cceea4c5d2d4de0369ee10b0fb627b107
ext4: Convert bg_inode_bitmap and bg_inode_table

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 <aneesh.kumar@linux.vnet.ibm.com>
fs/ext4/balloc.c
fs/ext4/super.c
include/linux/ext4_fs.h