knfsd: nfsd: set rq_client to ip-address-determined-domain
[safe/jmp/linux-2.6] / fs / nfsd / nfsfh.c
index 180e068..22cb5be 100644 (file)
@@ -120,8 +120,6 @@ fh_verify(struct svc_rqst *rqstp, struct svc_fh *fhp, int type, int access)
                int data_left = fh->fh_size/4;
 
                error = nfserr_stale;
-               if (rqstp->rq_client == NULL)
-                       goto out;
                if (rqstp->rq_vers > 2)
                        error = nfserr_badhandle;
                if (rqstp->rq_vers == 4 && fh->fh_size == 0)