diff options
author | Weston Andros Adamson <dros@primarydata.com> | 2014-06-25 10:12:22 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-06-25 19:01:27 -0400 |
commit | 0446278999e5b622b309179ba392efcb5d8b8a46 (patch) | |
tree | 4b66c0d9a794357bb0579babf5eb7f25fa3f2e4f /fs | |
parent | 343ae531f12b046ddfe54b0aa91b11b257f0c55f (diff) | |
download | linux-0446278999e5b622b309179ba392efcb5d8b8a46.tar.gz linux-0446278999e5b622b309179ba392efcb5d8b8a46.tar.bz2 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')
-rw-r--r-- | fs/nfs/read.c | 6 |
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); } |