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

Branch b1_4

b=14288
i=adilger
i=johann

Update to RHEL4 U6 kernel-2.6.9-67.EL.
parent b160368a
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ Index: linux-stage/fs/ext3/iopen.c
+ list_add(&dentry->d_alias, &inode->i_dentry); /* d_instantiate */
+ dentry->d_inode = inode;
+
+ __d_rehash(dentry, 0); /* d_rehash */
+ d_rehash_cond(dentry, 0); /* d_rehash */
+ spin_unlock(&dcache_lock);
+
+ return NULL;
......@@ -217,8 +217,8 @@ Index: linux-stage/fs/ext3/iopen.c
+ goal->d_flags &= ~DCACHE_DISCONNECTED;
+ security_d_instantiate(goal, inode);
+ __d_drop(dentry);
+ __d_rehash(dentry, 0);
+ __d_move(goal, dentry);
+ d_rehash_cond(dentry, 0);
+ d_move_locked(goal, dentry);
+ spin_unlock(&dcache_lock);
+ iput(inode);
+
......@@ -230,7 +230,7 @@ Index: linux-stage/fs/ext3/iopen.c
+ dentry->d_inode = inode;
+do_rehash:
+ if (rehash)
+ __d_rehash(dentry, 0); /* d_rehash */
+ d_rehash_cond(dentry, 0); /* d_rehash */
+ spin_unlock(&dcache_lock);
+
+ return NULL;
......
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