aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r--fs/nfs/nfs4proc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index 97521e47e437..6c0ac539d9c7 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -2864,6 +2864,11 @@ static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
2864{ 2864{
2865 struct nfs_server *server = NFS_SERVER(data->inode); 2865 struct nfs_server *server = NFS_SERVER(data->inode);
2866 2866
2867 dprintk("--> %s\n", __func__);
2868
2869 /* nfs4_sequence_free_slot called in the read rpc_call_done */
2870 nfs4_sequence_done(server, &data->res.seq_res, task->tk_status);
2871
2867 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) { 2872 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
2868 rpc_restart_call(task); 2873 rpc_restart_call(task);
2869 return -EAGAIN; 2874 return -EAGAIN;