From cd671234dbe715d3373307a377ac6454b5c808f5 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Wed, 29 Aug 2012 15:21:58 -0700 Subject: [PATCH] --- yaml --- r: 334057 b: refs/heads/master c: cf9182e90b2af04245ac4fae497fe73fc71285b4 h: refs/heads/master i: 334055: 708c3246e5ec4c720c55afd2bb7e13266e4693af v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfs4state.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 0200854549b5..89eb82c1fa81 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8a4c6e19cfed5e650045312affed7e6056383278 +refs/heads/master: cf9182e90b2af04245ac4fae497fe73fc71285b4 diff --git a/trunk/fs/nfsd/nfs4state.c b/trunk/fs/nfsd/nfs4state.c index 5f1a91a9cd35..6686e747223f 100644 --- a/trunk/fs/nfsd/nfs4state.c +++ b/trunk/fs/nfsd/nfs4state.c @@ -3766,6 +3766,7 @@ nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, memcpy(&close->cl_stateid, &stp->st_stid.sc_stateid, sizeof(stateid_t)); nfsd4_close_open_stateid(stp); + release_last_closed_stateid(oo); oo->oo_last_closed_stid = stp; if (list_empty(&oo->oo_owner.so_stateids)) {