]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: Convert s_blocks_count to s_blocks_count_lo
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)
commit633d0a2d34fb6b56090e02ac0c5d63d39cedd9a0
tree2ac4775b1c165e4d02eb4c678e213563b87ad727
parente7ecc206b418b0840196e5ab8bb6a7e4a7d740b9
ext4: Convert s_blocks_count to s_blocks_count_lo

Convert s_blocks_count to s_blocks_count_lo
This helps in finding BUGs due to direct partial access of
these split 64 bit values

Also fix direct partial access in ext4 code

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fs/ext4/super.c
include/linux/ext4_fs.h