diff --git a/ldiskfs/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch b/ldiskfs/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch index ca9fcfa455a4b199ba01112a587ab97cb8e8cd70..de039fca901fa13a1823363ff17810c4c0ed17f1 100644 --- a/ldiskfs/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch +++ b/ldiskfs/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch @@ -379,13 +379,13 @@ Index: linux-stage/include/linux/ext3_fs_i.h --- linux-stage.orig/include/linux/ext3_fs_i.h +++ linux-stage/include/linux/ext3_fs_i.h @@ -130,6 +130,7 @@ struct ext3_inode_info { - struct inode vfs_inode; - __u32 i_cached_extent[4]; + /* on-disk additional length */ + __u16 i_extra_isize; + struct timespec i_crtime; - /* mballoc */ - struct list_head i_prealloc_list; + /* + * truncate_sem is for serialising ext3_truncate() against Index: linux-stage/include/linux/ext3_fs_sb.h =================================================================== --- linux-stage.orig/include/linux/ext3_fs_sb.h diff --git a/lustre/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch b/lustre/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch index ca9fcfa455a4b199ba01112a587ab97cb8e8cd70..de039fca901fa13a1823363ff17810c4c0ed17f1 100644 --- a/lustre/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch +++ b/lustre/kernel_patches/patches/ext3-nanosecond-2.6-rhel4.patch @@ -379,13 +379,13 @@ Index: linux-stage/include/linux/ext3_fs_i.h --- linux-stage.orig/include/linux/ext3_fs_i.h +++ linux-stage/include/linux/ext3_fs_i.h @@ -130,6 +130,7 @@ struct ext3_inode_info { - struct inode vfs_inode; - __u32 i_cached_extent[4]; + /* on-disk additional length */ + __u16 i_extra_isize; + struct timespec i_crtime; - /* mballoc */ - struct list_head i_prealloc_list; + /* + * truncate_sem is for serialising ext3_truncate() against Index: linux-stage/include/linux/ext3_fs_sb.h =================================================================== --- linux-stage.orig/include/linux/ext3_fs_sb.h