Skip to content
Snippets Groups Projects
Commit 13a15dfd authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch b1_6

b=<12415>
r=<adilger,green>
parent 3425eac6
No related branches found
No related tags found
No related merge requests found
tbd Cluster File Systems, Inc. <info@clusterfs.com> tbd Cluster File Systems, Inc. <info@clusterfs.com>
* version 3.0.0 * version 3.0.0
* Initial release of ldiskfs as a separate package. * Initial release of ldiskfs as a separate package.
Severity : normal
Frequency : rare
Bugzilla : 12415
Description: Updated patchess for new RHEL4 kernel
Details : Add patch ext3-unlink-race.patch
Updated series file ldiskfs-2.6-rhel4.series
Index: lustre+chaos/lustre/ldiskfs/namei.c
===================================================================
--- linux-2.6.5-7.283-full.orig/fs/ext3/namei.c
+++ linux-2.6.5-7.283-full/fs/ext3/namei.c
@@ -2184,8 +2184,8 @@ static int ldiskfs_link (struct dentry *
* Return -ENOENT if we've raced with unlink and i_nlink is 0. Doing
* otherwise has the potential to corrupt the orphan inode list.
*/
- if (inode->i_nlink == 0)
- return -ENOENT;
+ //if (inode->i_nlink == 0)
+ // return -ENOENT;
retry:
handle = ldiskfs_journal_start(dir, LDISKFS_DATA_TRANS_BLOCKS +
...@@ -19,3 +19,4 @@ ext3-sector_t-overflow-2.6.9-rhel4.patch ...@@ -19,3 +19,4 @@ ext3-sector_t-overflow-2.6.9-rhel4.patch
ext3-check-jbd-errors-2.6.9.patch ext3-check-jbd-errors-2.6.9.patch
ext3-uninit-2.6.9.patch ext3-uninit-2.6.9.patch
ext3-nanosecond-2.6-rhel4.patch ext3-nanosecond-2.6-rhel4.patch
ext3-unlink-race.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment