From: Andy Adamson <andros@xxxxxxxxxx> squash into pnfs_submit: filelayout read Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> --- fs/nfs/nfs4filelayout.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c index 36a797a..083f541 100644 --- a/fs/nfs/nfs4filelayout.c +++ b/fs/nfs/nfs4filelayout.c @@ -201,11 +201,6 @@ static void filelayout_read_call_done(struct rpc_task *task, void *data) struct nfs_read_data *rdata = (struct nfs_read_data *)data; dprintk("--> %s task->tk_status %d\n", __func__, task->tk_status); - if (rdata->mds_offset) { - dprintk("%s new off %llu orig offset %llu\n", __func__, - rdata->args.offset, rdata->mds_offset); - rdata->args.offset = rdata->mds_offset; - } /* Note this may cause RPC to be resent */ rdata->mds_ops->rpc_call_done(task, data); -- 1.6.6 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html