projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
343ae53
)
nfs: get rid of duplicate dprintk
author
Weston Andros Adamson
<dros@primarydata.com>
Wed, 25 Jun 2014 14:12:22 +0000
(10:12 -0400)
committer
Trond Myklebust
<trond.myklebust@primarydata.com>
Wed, 25 Jun 2014 23:01:27 +0000
(19:01 -0400)
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>
fs/nfs/read.c
patch
|
blob
|
history
diff --git
a/fs/nfs/read.c
b/fs/nfs/read.c
index b1532b73fea38cc811efb754f59c3aaf7182e4e8..beff2769c5c587f9955ec55fd41444326a36c97e 100644
(file)
--- 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);
}