From cd9611ba19e6dd63d767128fe84003f4ddf5634d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 23 Aug 1999 04:02:02 +0000 Subject: 1999-08-23 Roland McGrath * ext2_fs.h, ext2_fs_i.h: Replaced with Linux 2.3.14 versions. * ext2fs.h (i_mode_high): New macro, missing from ext_fs.h. --- ext2fs/ext2_fs_i.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ext2fs/ext2_fs_i.h') diff --git a/ext2fs/ext2_fs_i.h b/ext2fs/ext2_fs_i.h index f3eca448..72bcd5c0 100644 --- a/ext2fs/ext2_fs_i.h +++ b/ext2fs/ext2_fs_i.h @@ -29,12 +29,14 @@ struct ext2_inode_info { __u32 i_file_acl; __u32 i_dir_acl; __u32 i_dtime; - __u32 i_version; + __u32 not_used_1; /* FIX: not used/ 2.2 placeholder */ __u32 i_block_group; __u32 i_next_alloc_block; __u32 i_next_alloc_goal; __u32 i_prealloc_block; __u32 i_prealloc_count; + __u32 i_high_size; + int i_new_inode:1; /* Is a freshly allocated inode */ }; #endif /* _LINUX_EXT2_FS_I */ -- cgit v1.2.3