diff options
Diffstat (limited to 'fs/nfs/read.c')
-rw-r--r-- | fs/nfs/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c index d71f0d55ebde..96c4ebfa46f4 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c | |||
@@ -371,7 +371,7 @@ static void nfs_readpage_retry(struct rpc_task *task, struct nfs_read_data *data | |||
371 | argp->offset += resp->count; | 371 | argp->offset += resp->count; |
372 | argp->pgbase += resp->count; | 372 | argp->pgbase += resp->count; |
373 | argp->count -= resp->count; | 373 | argp->count -= resp->count; |
374 | rpc_restart_call(task); | 374 | nfs4_restart_rpc(task, NFS_SERVER(data->inode)->nfs_client); |
375 | return; | 375 | return; |
376 | out: | 376 | out: |
377 | nfs4_sequence_free_slot(NFS_SERVER(data->inode)->nfs_client, | 377 | nfs4_sequence_free_slot(NFS_SERVER(data->inode)->nfs_client, |