On Apr. 03, 2009, 3:19 +0300, andros@xxxxxxxxxx wrote: > From: Andy Adamson <andros@xxxxxxxxxx> > > March 31 review by Bruce > squash into nfsd41: create_session operation Hmm, Isn't it nfsd41: clientid handling? Benny > > Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> > --- > fs/nfsd/nfs4proc.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c > index a393d38..29428ab 100644 > --- a/fs/nfsd/nfs4proc.c > +++ b/fs/nfsd/nfs4proc.c > @@ -201,7 +201,7 @@ nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, > return nfserr_inval; > > if (nfsd4_has_session(cstate)) > - copy_clientid(&open->op_clientid, cstate->slot->sl_session); > + copy_clientid(&open->op_clientid, cstate->session); > > nfs4_lock_state(); > -- 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