Whamcloud - gitweb
Initialize i_file_acl for EXT3_BAD_INO (Johann)
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / iopen-2.6-fc5.patch
index d639c5e..bc35853 100644 (file)
@@ -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 */