X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=ldiskfs%2Fkernel_patches%2Fpatches%2Fext3-inode-version-2.6.18-vanilla.patch;h=c7f3c44658d299e10502dde8e9977ac6a4b98dad;hb=8fe1b87d18f97815b6941fab00f059e1ea319490;hp=249a1e06fcac9864cd96ab54cd01bb717a44f590;hpb=88373c79ac5c5ba35c4f82a81521b037abd89f22;p=fs%2Flustre-release.git diff --git a/ldiskfs/kernel_patches/patches/ext3-inode-version-2.6.18-vanilla.patch b/ldiskfs/kernel_patches/patches/ext3-inode-version-2.6.18-vanilla.patch index 249a1e0..c7f3c44 100644 --- a/ldiskfs/kernel_patches/patches/ext3-inode-version-2.6.18-vanilla.patch +++ b/ldiskfs/kernel_patches/patches/ext3-inode-version-2.6.18-vanilla.patch @@ -452,3 +452,15 @@ Index: linux-2.6.18/fs/ext3/xattr.h extern int init_ext3_xattr(void); extern void exit_ext3_xattr(void); +Index: linux-2.6.18/fs/ext3/ialloc.c +=================================================================== +--- linux-2.6.18.orig/fs/ext3/ialloc.c ++++ linux-2.6.18/fs/ext3/ialloc.c +@@ -751,6 +751,7 @@ got: + ei->i_dtime = 0; + ei->i_block_alloc_info = NULL; + ei->i_block_group = group; ++ ei->i_fs_version = 0; + + ext3_set_inode_flags(inode); + if (IS_DIRSYNC(inode))