Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372734
b: refs/heads/master
c: 9ed53b1
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Al Viro committed May 4, 2013
1 parent 07e6ddb commit f765cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75fc0cf6af45e5de251caa9421b3c3d1bdc273c8
refs/heads/master: 9ed53b12a9a60f4d52228335e76cbbdf0c7e37fb
3 changes: 1 addition & 2 deletions trunk/fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -2397,8 +2397,7 @@ static void __d_materialise_dentry(struct dentry *dentry, struct dentry *anon)
dentry->d_parent = dentry;
list_del_init(&dentry->d_u.d_child);
anon->d_parent = dparent;
list_del(&anon->d_u.d_child);
list_add(&anon->d_u.d_child, &dparent->d_subdirs);
list_move(&anon->d_u.d_child, &dparent->d_subdirs);

write_seqcount_end(&dentry->d_seq);
write_seqcount_end(&anon->d_seq);
Expand Down

0 comments on commit f765cc4

Please sign in to comment.