Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164629
b: refs/heads/master
c: 1be10a8
h: refs/heads/master
i:
  164627: 588efdf
v: v3
  • Loading branch information
J. Bruce Fields committed Sep 4, 2009
1 parent 8bb75d6 commit 147d1ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 2671a4bf3516757ca028c139a7902a50f2bd994a
refs/heads/master: 1be10a88cac5e589cdd2bcb0cf6a13ed30bcc233
4 changes: 3 additions & 1 deletion trunk/fs/nfsd/nfsfh.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,10 @@ fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry,

if (inode)
_fh_update(fhp, exp, dentry);
if (fhp->fh_handle.fh_fileid_type == 255)
if (fhp->fh_handle.fh_fileid_type == 255) {
fh_put(fhp);
return nfserr_opnotsupp;
}
}

return 0;
Expand Down

0 comments on commit 147d1ef

Please sign in to comment.