ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_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:03 +0000 (18:50 -0400)
commitb377611d11aba5251264b487dd4485ddb80260f1
treea92c547ee2e426dacfb7248c146ae7a974d55544
parent308ba3ece7db82e8b8d32d6962e4d12e09c5aa41
ext4: Convert ext4_extent.ee_start to ext4_extent.ee_start_lo

Convert ext4_extent.ee_start to ext4_extent.ee_start_lo
This helps in finding BUGs due to direct partial access of
these split 48 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/extents.c
include/linux/ext4_fs_extents.h