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)
commit6bc9feff14a2524c4bb2bac533dfd874b1533e20
tree2ac4775b1c165e4d02eb4c678e213563b87ad727
parent5272f8372786a181313c00c7a67304ac6def2e34
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