nfs41: use rpc prepare call state for session reset
[deliverable/linux.git] / fs / nfs / read.c
index d71f0d55ebde6583263dc2efd47c61719e3c3bb4..96c4ebfa46f4f8892b125fcf59bdb300cc2f01ad 100644 (file)
@@ -371,7 +371,7 @@ static void nfs_readpage_retry(struct rpc_task *task, struct nfs_read_data *data
        argp->offset += resp->count;
        argp->pgbase += resp->count;
        argp->count -= resp->count;
-       rpc_restart_call(task);
+       nfs4_restart_rpc(task, NFS_SERVER(data->inode)->nfs_client);
        return;
 out:
        nfs4_sequence_free_slot(NFS_SERVER(data->inode)->nfs_client,
This page took 0.029819 seconds and 5 git commands to generate.