Skip to content

Commit

Permalink
NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSION
Browse files Browse the repository at this point in the history
Fixes: 02a95de ("NFS add callback_ops to nfs4_proc_bind_conn_to_session_callback")
Signed-off-by: Olga Kornievskaia <[email protected]>
Signed-off-by: Anna Schumaker <[email protected]>
  • Loading branch information
Olga Kornievskaia authored and amschuma-ntap committed May 27, 2020
1 parent 1f9b0f3 commit 1c709b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7909,7 +7909,7 @@ nfs4_bind_one_conn_to_session_done(struct rpc_task *task, void *calldata)
}

static const struct rpc_call_ops nfs4_bind_one_conn_to_session_ops = {
.rpc_call_done = &nfs4_bind_one_conn_to_session_done,
.rpc_call_done = nfs4_bind_one_conn_to_session_done,
};

/*
Expand Down

0 comments on commit 1c709b7

Please sign in to comment.