diff options
| author | Andreas Gruenbacher <agruen@suse.de> | 2005-01-14 23:35:23 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-14 23:35:23 -0800 |
| commit | be51a1d918683d3ec3ccdd18ad29637bfa304a23 (patch) | |
| tree | 986d3acf9435eff500c22a8f1c0e1ee19d56f251 /include/linux | |
| parent | 12b29a3a9bcfad4e245f4cf3bbc4812641ecc1ea (diff) | |
[PATCH] ext3/ea: revert old ea-in-inode patch
Revert the recently-added (post-2.6.10) ea-in-inode speedup patch. We have a
new one.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ext3_fs.h | 3 | ||||
| -rw-r--r-- | include/linux/ext3_fs_i.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/ext3_fs.h b/include/linux/ext3_fs.h index 2789be67fbe9..503af7e4d61f 100644 --- a/include/linux/ext3_fs.h +++ b/include/linux/ext3_fs.h @@ -293,8 +293,6 @@ struct ext3_inode { __u32 m_i_reserved2[2]; } masix2; } osd2; /* OS dependent 2 */ - __u16 i_extra_isize; - __u16 i_pad1; }; #define i_size_high i_dir_acl @@ -757,7 +755,6 @@ extern int ext3_forget(handle_t *, int, struct inode *, struct buffer_head *, in extern struct buffer_head * ext3_getblk (handle_t *, struct inode *, long, int, int *); extern struct buffer_head * ext3_bread (handle_t *, struct inode *, int, int, int *); -extern int ext3_get_inode_loc(struct inode *, struct ext3_iloc *, int); extern void ext3_read_inode (struct inode *); extern int ext3_write_inode (struct inode *, int); extern int ext3_setattr (struct dentry *, struct iattr *); diff --git a/include/linux/ext3_fs_i.h b/include/linux/ext3_fs_i.h index 5e781aaff404..328cd40c5ea4 100644 --- a/include/linux/ext3_fs_i.h +++ b/include/linux/ext3_fs_i.h @@ -113,9 +113,6 @@ struct ext3_inode_info { */ loff_t i_disksize; - /* on-disk additional length */ - __u16 i_extra_isize; - /* * truncate_sem is for serialising ext3_truncate() against * ext3_getblock(). In the 2.4 ext2 design, great chunks of inode's |
