diff options
Diffstat (limited to 'fs/nfsd')
-rw-r--r-- | fs/nfsd/nfs4state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 5f1a91a9cd35..6686e747223f 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -3766,6 +3766,7 @@ nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, | |||
3766 | memcpy(&close->cl_stateid, &stp->st_stid.sc_stateid, sizeof(stateid_t)); | 3766 | memcpy(&close->cl_stateid, &stp->st_stid.sc_stateid, sizeof(stateid_t)); |
3767 | 3767 | ||
3768 | nfsd4_close_open_stateid(stp); | 3768 | nfsd4_close_open_stateid(stp); |
3769 | release_last_closed_stateid(oo); | ||
3769 | oo->oo_last_closed_stid = stp; | 3770 | oo->oo_last_closed_stid = stp; |
3770 | 3771 | ||
3771 | if (list_empty(&oo->oo_owner.so_stateids)) { | 3772 | if (list_empty(&oo->oo_owner.so_stateids)) { |