diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2008-01-28 23:58:27 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-01-28 23:58:27 -0500 |
commit | a48380f769dfed6163fb82a68b13bd562ea1e027 (patch) | |
tree | 2c898479122b3da5c9531aba4b3629c3e6ecfe9f /include/linux/ext4_fs_i.h | |
parent | 7973c0c19ecba92f113488045005f8e7ce1cd7c8 (diff) |
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>
Diffstat (limited to 'include/linux/ext4_fs_i.h')
-rw-r--r-- | include/linux/ext4_fs_i.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ext4_fs_i.h b/include/linux/ext4_fs_i.h index 2b4e3700c725..f1cd4934e46f 100644 --- a/include/linux/ext4_fs_i.h +++ b/include/linux/ext4_fs_i.h | |||
@@ -85,7 +85,6 @@ struct ext4_inode_info { | |||
85 | __le32 i_data[15]; /* unconverted */ | 85 | __le32 i_data[15]; /* unconverted */ |
86 | __u32 i_flags; | 86 | __u32 i_flags; |
87 | ext4_fsblk_t i_file_acl; | 87 | ext4_fsblk_t i_file_acl; |
88 | __u32 i_dir_acl; | ||
89 | __u32 i_dtime; | 88 | __u32 i_dtime; |
90 | 89 | ||
91 | /* | 90 | /* |