Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04462789 authored by Weston Andros Adamson's avatar Weston Andros Adamson Committed by Trond Myklebust
Browse files

nfs: get rid of duplicate dprintk



This was introduced by a merge error with my recent pgio patchset.

Signed-off-by: default avatarWeston Andros Adamson <dros@primarydata.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 343ae531
Loading
Loading
Loading
Loading
+0 −6
Original line number Original line Diff line number Diff line
@@ -115,12 +115,6 @@ static void nfs_readpage_release(struct nfs_page *req)


		unlock_page(req->wb_page);
		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);
	nfs_release_request(req);
}
}