* [PATCH] nfs: get rid of duplicate dprintk
@ 2014-06-25 14:12 Weston Andros Adamson
0 siblings, 0 replies; only message in thread
From: Weston Andros Adamson @ 2014-06-25 14:12 UTC (permalink / raw)
To: trond.myklebust; +Cc: linux-nfs, Weston Andros Adamson
This was introduced by a merge error with my recent pgio patchset.
Signed-off-by: Weston Andros Adamson <dros@primarydata.com>
---
fs/nfs/read.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/fs/nfs/read.c b/fs/nfs/read.c
index b1532b7..beff276 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);
}
--
1.8.5.2 (Apple Git-48)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-25 14:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-25 14:12 [PATCH] nfs: get rid of duplicate dprintk Weston Andros Adamson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox