X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=ldiskfs%2Fkernel_patches%2Fpatches%2Fiopen-2.6-rhel4.patch;h=c619697c620ee0d69cbbe4e034c8c6205cad84f7;hb=144b8d66bc68118da9f0f1683ad79d8e6faa0c5f;hp=d3a9aa3caecdd16628d2bfcd96cb812c446b5909;hpb=8259688b3110e414cf45e8fc6f6cd06406cf5ac2;p=fs%2Flustre-release.git diff --git a/ldiskfs/kernel_patches/patches/iopen-2.6-rhel4.patch b/ldiskfs/kernel_patches/patches/iopen-2.6-rhel4.patch index d3a9aa3..c619697 100644 --- a/ldiskfs/kernel_patches/patches/iopen-2.6-rhel4.patch +++ b/ldiskfs/kernel_patches/patches/iopen-2.6-rhel4.patch @@ -36,7 +36,7 @@ Index: linux-2.6.9-67/fs/ext3/iopen.c =================================================================== --- /dev/null +++ linux-2.6.9-67/fs/ext3/iopen.c -@@ -0,0 +1,314 @@ +@@ -0,0 +1,315 @@ +/* + * linux/fs/ext3/iopen.c + * @@ -338,6 +338,7 @@ Index: linux-2.6.9-67/fs/ext3/iopen.c + inode->i_ctime = CURRENT_TIME; + inode->i_mtime = CURRENT_TIME; + EXT3_I(inode)->i_dtime = 0; ++ EXT3_I(inode)->i_file_acl = 0; + inode->i_blksize = PAGE_SIZE; /* This is the optimal IO size + * (for stat), not the fs block + * size */