ext4: Rename i_dir_acl to i_size_high
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 29 Jan 2008 04:58:27 +0000 (23:58 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 29 Jan 2008 04:58:27 +0000 (23:58 -0500)
commita48380f769dfed6163fb82a68b13bd562ea1e027
tree2c898479122b3da5c9531aba4b3629c3e6ecfe9f
parent7973c0c19ecba92f113488045005f8e7ce1cd7c8
ext4: Rename i_dir_acl to i_size_high

Rename ext4_inode.i_dir_acl to i_size_high
drop ext4_inode_info.i_dir_acl as it is not used
Rename ext4_inode.i_size to ext4_inode.i_size_lo
Add helper function for accessing the ext4_inode combined i_size.

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