]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite7ecc206b418b0840196e5ab8bb6a7e4a7d740b9
treed410591f49209a5a6ae4f04152fb91d1556c946a
parent31d49ac3782364f01215669bce94a3800ea03c86
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