aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c
diff options
context:
space:
mode:
authorWeston Andros Adamson <dros@primarydata.com>2014-06-25 10:12:22 -0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2014-06-25 19:01:27 -0400
commit0446278999e5b622b309179ba392efcb5d8b8a46 (patch)
tree4b66c0d9a794357bb0579babf5eb7f25fa3f2e4f /fs/nfs/read.c
parent343ae531f12b046ddfe54b0aa91b11b257f0c55f (diff)
downloadlinux-0446278999e5b622b309179ba392efcb5d8b8a46.tar.gz
nfs: get rid of duplicate dprintk
This was introduced by a merge error with my recent pgio patchset. Signed-off-by: Weston Andros Adamson <dros@primarydata.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/read.c')
-rw-r--r--fs/nfs/read.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c
index b1532b73fea38c..beff2769c5c587 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);
}