commit | 6bc9feff14a2524c4bb2bac533dfd874b1533e20 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Tue Oct 16 18:38:25 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 17 18:50:02 2007 -0400 |
tree | 2ac4775b1c165e4d02eb4c678e213563b87ad727 | |
parent | 5272f8372786a181313c00c7a67304ac6def2e34 [diff] |
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>