diff options
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/nfs4proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 39849360f9f6..ed01a66dc391 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -4793,7 +4793,7 @@ static void nfs4_lock_prepare(struct rpc_task *task, void *calldata) | |||
4793 | if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) { | 4793 | if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) { |
4794 | goto out_release_lock_seqid; | 4794 | goto out_release_lock_seqid; |
4795 | } | 4795 | } |
4796 | data->arg.open_stateid = &state->stateid; | 4796 | data->arg.open_stateid = &state->open_stateid; |
4797 | data->arg.new_lock_owner = 1; | 4797 | data->arg.new_lock_owner = 1; |
4798 | data->res.open_seqid = data->arg.open_seqid; | 4798 | data->res.open_seqid = data->arg.open_seqid; |
4799 | } else | 4799 | } else |