Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22423
b: refs/heads/master
c: 5e7a99a
h: refs/heads/master
i:
  22421: 35408b3
  22419: 38acf33
  22415: cff040d
v: v3
  • Loading branch information
Latchesar Ionkov authored and Linus Torvalds committed Mar 22, 2006
1 parent 2e74dea commit a450c9b
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: 8a2cda007068e838ac6494cde74c37534f04f8dc
refs/heads/master: 5e7a99ac452d7a4ce43b8bacb3495475e1f9fd71
3 changes: 1 addition & 2 deletions trunk/fs/9p/vfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ static struct dentry *v9fs_vfs_lookup(struct inode *dir, struct dentry *dentry,

sb = dir->i_sb;
v9ses = v9fs_inode2v9ses(dir);
dentry->d_op = &v9fs_dentry_operations;
dirfid = v9fs_fid_lookup(dentry->d_parent);

if (!dirfid) {
Expand Down Expand Up @@ -681,8 +682,6 @@ static struct dentry *v9fs_vfs_lookup(struct inode *dir, struct dentry *dentry,
goto FreeFcall;

fid->qid = fcall->params.rstat.stat.qid;

dentry->d_op = &v9fs_dentry_operations;
v9fs_stat2inode(&fcall->params.rstat.stat, inode, inode->i_sb);

d_add(dentry, inode);
Expand Down

0 comments on commit a450c9b

Please sign in to comment.