Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44500
b: refs/heads/master
c: 4b41bd8
h: refs/heads/master
v: v3
  • Loading branch information
J.Bruce Fields authored and Linus Torvalds committed Dec 13, 2006
1 parent 3391294 commit 2a2771f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e57101991156aaba97c630f38e880f0d4012edcd
refs/heads/master: 4b41bd85d5f93af37c2730df172aeb54280be7c3
4 changes: 4 additions & 0 deletions trunk/fs/nfsd/export.c
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,10 @@ exp_rootfh(svc_client *clp, char *path, struct knfsd_fh *f, int maxsize)
path, nd.dentry, clp->name,
inode->i_sb->s_id, inode->i_ino);
exp = exp_parent(clp, nd.mnt, nd.dentry, NULL);
if (IS_ERR(exp)) {
err = PTR_ERR(exp);
goto out;
}
if (!exp) {
dprintk("nfsd: exp_rootfh export not found.\n");
goto out;
Expand Down

0 comments on commit 2a2771f

Please sign in to comment.