summaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c
diff options
context:
space:
mode:
authorWeston Andros Adamson2014-06-25 16:12:22 +0200
committerTrond Myklebust2014-06-26 01:01:27 +0200
commit0446278999e5b622b309179ba392efcb5d8b8a46 (patch)
tree4b66c0d9a794357bb0579babf5eb7f25fa3f2e4f /fs/nfs/read.c
parentnfs: Fix unused variable error (diff)
downloadkernel-qcow2-linux-0446278999e5b622b309179ba392efcb5d8b8a46.tar.gz
kernel-qcow2-linux-0446278999e5b622b309179ba392efcb5d8b8a46.tar.xz
kernel-qcow2-linux-0446278999e5b622b309179ba392efcb5d8b8a46.zip
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 b1532b73fea3..beff2769c5c5 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);
}