diff options
Diffstat (limited to 'fs/nfs/read.c')
-rw-r--r-- | fs/nfs/read.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c index 12c9e66d3f1d..3e04fb9ea644 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c | |||
@@ -368,7 +368,8 @@ static void nfs_readpage_retry(struct rpc_task *task, struct nfs_read_data *data | |||
368 | argp->offset += resp->count; | 368 | argp->offset += resp->count; |
369 | argp->pgbase += resp->count; | 369 | argp->pgbase += resp->count; |
370 | argp->count -= resp->count; | 370 | argp->count -= resp->count; |
371 | nfs4_restart_rpc(task, NFS_SERVER(data->inode)->nfs_client); | 371 | nfs4_restart_rpc(task, NFS_SERVER(data->inode)->nfs_client, |
372 | &data->res.seq_res); | ||
372 | return; | 373 | return; |
373 | out: | 374 | out: |
374 | nfs4_sequence_free_slot(NFS_SERVER(data->inode)->nfs_client, | 375 | nfs4_sequence_free_slot(NFS_SERVER(data->inode)->nfs_client, |