From: Weston Andros Adamson Date: Wed, 25 Jun 2014 14:12:22 +0000 (-0400) Subject: nfs: get rid of duplicate dprintk X-Git-Tag: v3.17-rc1~39^2~50 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0446278999e5b622b309179ba392efcb5d8b8a46;p=~emulex%2Finfiniband.git nfs: get rid of duplicate dprintk This was introduced by a merge error with my recent pgio patchset. Signed-off-by: Weston Andros Adamson Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/read.c b/fs/nfs/read.c index b1532b73fea..beff2769c5c 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c @@ -115,12 +115,6 @@ static void nfs_readpage_release(struct nfs_page *req) unlock_page(req->wb_page); } - - dprintk("NFS: read done (%s/%Lu %d@%Ld)\n", - req->wb_context->dentry->d_inode->i_sb->s_id, - (unsigned long long)NFS_FILEID(req->wb_context->dentry->d_inode), - req->wb_bytes, - (long long)req_offset(req)); nfs_release_request(req); }