patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / fs / nfsd / nfs3proc.c
index 1541cbb..941ceae 100644 (file)
@@ -436,7 +436,6 @@ nfsd3_proc_readdir(struct svc_rqst *rqstp, struct nfsd3_readdirargs *argp,
        resp->buflen = count;
        resp->common.err = nfs_ok;
        resp->buffer = argp->buffer;
-       resp->offset = NULL;
        resp->rqstp = rqstp;
        nfserr = nfsd_readdir(rqstp, &resp->fh, (loff_t*) &argp->cookie, 
                                        &resp->common, nfs3svc_encode_entry);