Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82438
b: refs/heads/master
c: 39325bd
h: refs/heads/master
v: v3
  • Loading branch information
J. Bruce Fields committed Feb 1, 2008
1 parent 09d3427 commit 964cecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: b7e6b86948df8d08d420558212e09eb449be9bfa
refs/heads/master: 39325bd03fc16d903f1e0f51104436d939899c8c
7 changes: 3 additions & 4 deletions trunk/fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -2093,8 +2093,10 @@ nfs4_preprocess_seqid_op(struct svc_fh *current_fh, u32 seqid, stateid_t *statei
goto check_replay;
}

*stpp = stp;
*sopp = sop = stp->st_stateowner;

if (lock) {
struct nfs4_stateowner *sop = stp->st_stateowner;
clientid_t *lockclid = &lock->v.new.clientid;
struct nfs4_client *clp = sop->so_client;
int lkflg = 0;
Expand Down Expand Up @@ -2124,9 +2126,6 @@ nfs4_preprocess_seqid_op(struct svc_fh *current_fh, u32 seqid, stateid_t *statei
return nfserr_bad_stateid;
}

*stpp = stp;
*sopp = sop = stp->st_stateowner;

/*
* We now validate the seqid and stateid generation numbers.
* For the moment, we ignore the possibility of
Expand Down

0 comments on commit 964cecb

Please sign in to comment.