Skip to content

Commit

Permalink
nfs: get rid of duplicate dprintk
Browse files Browse the repository at this point in the history
This was introduced by a merge error with my recent pgio patchset.

Signed-off-by: Weston Andros Adamson <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
  • Loading branch information
westonandrosadamson authored and trondmypd committed Jun 25, 2014
1 parent 343ae53 commit 0446278
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions fs/nfs/read.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 0446278

Please sign in to comment.