Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347625
b: refs/heads/master
c: 01f6c8f
h: refs/heads/master
i:
  347623: 5c96db0
v: v3
  • Loading branch information
Wei Yongjun authored and J. Bruce Fields committed Nov 8, 2012
1 parent 811a8d2 commit f4e443f
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: 216b6cbdcbd86b1db0754d58886b466ae31f5a63
refs/heads/master: 01f6c8fd949f3a25a2617e6e1579a5c974b1cabf
2 changes: 0 additions & 2 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -3807,12 +3807,10 @@ nfsd4_delegreturn(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
struct nfs4_delegation *dp;
stateid_t *stateid = &dr->dr_stateid;
struct nfs4_stid *s;
struct inode *inode;
__be32 status;

if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
return status;
inode = cstate->current_fh.fh_dentry->d_inode;

nfs4_lock_state();
status = nfsd4_lookup_stateid(stateid, NFS4_DELEG_STID, &s, cstate->minorversion);
Expand Down

0 comments on commit f4e443f

Please sign in to comment.