struct nfsd3_readdirres  *resp = rqstp->rq_resp;
        loff_t          offset;
 
-       dprintk("nfsd: READDIR(3)  %s %d bytes at %d\n",
-                               SVCFH_fmt(&argp->fh),
-                               argp->count, (u32) argp->cookie);
        trace_nfsd_vfs_readdir(rqstp, &argp->fh, argp->count, argp->cookie);
 
        nfsd3_init_dirlist_pages(rqstp, resp, argp->count);
        struct nfsd3_readdirres  *resp = rqstp->rq_resp;
        loff_t  offset;
 
-       dprintk("nfsd: READDIR+(3) %s %d bytes at %d\n",
-                               SVCFH_fmt(&argp->fh),
-                               argp->count, (u32) argp->cookie);
        trace_nfsd_vfs_readdir(rqstp, &argp->fh, argp->count, argp->cookie);
 
        nfsd3_init_dirlist_pages(rqstp, resp, argp->count);
 
        struct nfsd_readdirres *resp = rqstp->rq_resp;
        loff_t          offset;
 
-       dprintk("nfsd: READDIR  %s %d bytes at %d\n",
-               SVCFH_fmt(&argp->fh),           
-               argp->count, argp->cookie);
        trace_nfsd_vfs_readdir(rqstp, &argp->fh, argp->count, argp->cookie);
 
        nfsd_init_dirlist_pages(rqstp, resp, argp->count);