diff options
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index e0423bb5a880..1465364501ba 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -4531,6 +4531,7 @@ static void nfs4_locku_done(struct rpc_task *task, void *data) | |||
4531 | if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN) | 4531 | if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN) |
4532 | rpc_restart_call_prepare(task); | 4532 | rpc_restart_call_prepare(task); |
4533 | } | 4533 | } |
4534 | nfs_release_seqid(calldata->arg.seqid); | ||
4534 | } | 4535 | } |
4535 | 4536 | ||
4536 | static void nfs4_locku_prepare(struct rpc_task *task, void *data) | 4537 | static void nfs4_locku_prepare(struct rpc_task *task, void *data) |