Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82495
b: refs/heads/master
c: f7b8066
h: refs/heads/master
i:
  82493: 078c6b8
  82491: 8dfa44f
  82487: 4c19ad3
  82479: abce89f
  82463: e595dfe
  82431: 7b8699f
v: v3
  • Loading branch information
J. Bruce Fields committed Feb 1, 2008
1 parent 11b79f2 commit 33e76de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 4b8449af75fa2e2d9736ec503a818be626a4e763
refs/heads/master: f7b8066f9ff68016489ff6f9fb358aa59bd14e1b
2 changes: 0 additions & 2 deletions trunk/fs/nfsd/export.c
Original file line number Diff line number Diff line change
Expand Up @@ -1357,8 +1357,6 @@ exp_pseudoroot(struct svc_rqst *rqstp, struct svc_fh *fhp)
mk_fsid(FSID_NUM, fsidv, 0, 0, 0, NULL);

exp = rqst_exp_find(rqstp, FSID_NUM, fsidv);
if (PTR_ERR(exp) == -ENOENT)
return nfserr_perm;
if (IS_ERR(exp))
return nfserrno(PTR_ERR(exp));
rv = fh_compose(fhp, exp, exp->ex_dentry, NULL);
Expand Down

0 comments on commit 33e76de

Please sign in to comment.