On Fri, Dec 11, 2009 at 07:10:48PM -0800, Ricardo Labiaga wrote: > Signed-off-by: Ricardo Labiaga <Ricardo.Labiaga@xxxxxxxxxx> Thanks, looks right--applied. --b. > --- > fs/nfsd/nfs4state.c | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c > index 2153f9b..32aa837 100644 > --- a/fs/nfsd/nfs4state.c > +++ b/fs/nfsd/nfs4state.c > @@ -2487,8 +2487,10 @@ nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nf > } > memcpy(&open->op_stateid, &stp->st_stateid, sizeof(stateid_t)); > > - if (nfsd4_has_session(&resp->cstate)) > + if (nfsd4_has_session(&resp->cstate)) { > open->op_stateowner->so_confirmed = 1; > + nfsd4_create_clid_dir(open->op_stateowner->so_client); > + } > > /* > * Attempt to hand out a delegation. No error return, because the > -- > 1.5.4.3 > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html