From 0bc92932ffb8e2266b740ea22cb11a7f5f920f73 Mon Sep 17 00:00:00 2001 From: girish Date: Thu, 23 Oct 2008 16:59:43 +0000 Subject: [PATCH] Initialize i_file_acl for EXT3_BAD_INO (Johann) i=adilger i=kalpak b=17414 --- ldiskfs/kernel_patches/patches/iopen-2.6-fc5.patch | 3 ++- ldiskfs/kernel_patches/patches/iopen-2.6-rhel4.patch | 3 ++- ldiskfs/kernel_patches/patches/iopen-2.6-suse.patch | 3 ++- ldiskfs/kernel_patches/patches/iopen-2.6.18-rhel5.patch | 3 ++- ldiskfs/kernel_patches/patches/iopen-2.6.22-vanilla.patch | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ldiskfs/kernel_patches/patches/iopen-2.6-fc5.patch b/ldiskfs/kernel_patches/patches/iopen-2.6-fc5.patch index d639c5e..bc35853 100644 --- a/ldiskfs/kernel_patches/patches/iopen-2.6-fc5.patch +++ b/ldiskfs/kernel_patches/patches/iopen-2.6-fc5.patch @@ -2,7 +2,7 @@ Index: linux-2.6.16.54-0.2.5/fs/ext3/iopen.c =================================================================== --- /dev/null +++ linux-2.6.16.54-0.2.5/fs/ext3/iopen.c -@@ -0,0 +1,295 @@ +@@ -0,0 +1,296 @@ +/* + * linux/fs/ext3/iopen.c + * @@ -285,6 +285,7 @@ Index: linux-2.6.16.54-0.2.5/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 */ 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 */ diff --git a/ldiskfs/kernel_patches/patches/iopen-2.6-suse.patch b/ldiskfs/kernel_patches/patches/iopen-2.6-suse.patch index b73c001..3363205 100644 --- a/ldiskfs/kernel_patches/patches/iopen-2.6-suse.patch +++ b/ldiskfs/kernel_patches/patches/iopen-2.6-suse.patch @@ -37,7 +37,7 @@ Index: linux-2.6.5-7.311/fs/ext3/iopen.c =================================================================== --- /dev/null +++ linux-2.6.5-7.311/fs/ext3/iopen.c -@@ -0,0 +1,314 @@ +@@ -0,0 +1,315 @@ +/* + * linux/fs/ext3/iopen.c + * @@ -339,6 +339,7 @@ Index: linux-2.6.5-7.311/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 */ diff --git a/ldiskfs/kernel_patches/patches/iopen-2.6.18-rhel5.patch b/ldiskfs/kernel_patches/patches/iopen-2.6.18-rhel5.patch index c760129..ad001a8 100644 --- a/ldiskfs/kernel_patches/patches/iopen-2.6.18-rhel5.patch +++ b/ldiskfs/kernel_patches/patches/iopen-2.6.18-rhel5.patch @@ -2,7 +2,7 @@ Index: linux-2.6.18-53.1.21/fs/ext3/iopen.c =================================================================== --- /dev/null +++ linux-2.6.18-53.1.21/fs/ext3/iopen.c -@@ -0,0 +1,290 @@ +@@ -0,0 +1,291 @@ +/* + * linux/fs/ext3/iopen.c + * @@ -283,6 +283,7 @@ Index: linux-2.6.18-53.1.21/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_blocks = 0; + inode->i_version = 1; + inode->i_generation = 0; diff --git a/ldiskfs/kernel_patches/patches/iopen-2.6.22-vanilla.patch b/ldiskfs/kernel_patches/patches/iopen-2.6.22-vanilla.patch index 88192a6..fc8e0f6 100644 --- a/ldiskfs/kernel_patches/patches/iopen-2.6.22-vanilla.patch +++ b/ldiskfs/kernel_patches/patches/iopen-2.6.22-vanilla.patch @@ -2,7 +2,7 @@ Index: linux-2.6.22.19/fs/ext3/iopen.c =================================================================== --- /dev/null +++ linux-2.6.22.19/fs/ext3/iopen.c -@@ -0,0 +1,292 @@ +@@ -0,0 +1,293 @@ +/* + * linux/fs/ext3/iopen.c + * @@ -285,6 +285,7 @@ Index: linux-2.6.22.19/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_blocks = 0; + inode->i_version = 1; + inode->i_generation = 0; -- 1.8.3.1