X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fnfsd%2Fauth.c;h=8637b5f851b124d01b73ca8d69b0af8e3a16a294;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=8d35f45d9a2c05fcb856c798acad83038d616503;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/fs/nfsd/auth.c b/fs/nfsd/auth.c index 8d35f45d9..8637b5f85 100644 --- a/fs/nfsd/auth.c +++ b/fs/nfsd/auth.c @@ -50,7 +50,7 @@ int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp) current->fsgid = INOXID_GID(1, cred->cr_uid, cred->cr_gid); else current->fsgid = exp->ex_anon_gid; - + current->xid = INOXID_XID(1, cred->cr_uid, cred->cr_gid, 0); if (!cred->cr_group_info)