diff options
Diffstat (limited to 'fs/nfs/read.c')
-rw-r--r-- | fs/nfs/read.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c index f4d0fcffcb5a..f40c7f4dc16b 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c | |||
@@ -391,6 +391,7 @@ static void nfs_readpage_retry(struct rpc_task *task, struct nfs_read_data *data | |||
391 | return; | 391 | return; |
392 | 392 | ||
393 | /* Yes, so retry the read at the end of the data */ | 393 | /* Yes, so retry the read at the end of the data */ |
394 | data->mds_offset += resp->count; | ||
394 | argp->offset += resp->count; | 395 | argp->offset += resp->count; |
395 | argp->pgbase += resp->count; | 396 | argp->pgbase += resp->count; |
396 | argp->count -= resp->count; | 397 | argp->count -= resp->count; |