]> www.infradead.org Git - users/jedix/linux-maple.git/commit
SUNRPC: rpc_clnt_set_transport() must not change the autobind setting
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 24 Mar 2025 23:35:01 +0000 (19:35 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 26 Mar 2025 16:17:46 +0000 (12:17 -0400)
commitbf9be373b830a3e48117da5d89bb6145a575f880
treef14a3c378012f3225bab8c38f920c09d52117093
parent214c13e380ad7636631279f426387f9c4e3c14d9
SUNRPC: rpc_clnt_set_transport() must not change the autobind setting

The autobind setting was supposed to be determined in rpc_create(),
since commit c2866763b402 ("SUNRPC: use sockaddr + size when creating
remote transport endpoints").

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/clnt.c