Revert "SUNRPC: attempt AF_LOCAL connect on setup"
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 29 Apr 2022 16:27:30 +0000 (12:27 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 30 Apr 2022 00:38:27 +0000 (20:38 -0400)
commita3d0562d4dc039bca39445e1cddde7951662e17d
tree4bdeaf7a39b2ee413db40b4d93f57b628149931b
parent892de36fd4a98fab3298d417c051d9099af5448d
Revert "SUNRPC: attempt AF_LOCAL connect on setup"

This reverts commit 7073ea8799a8cf73db60270986f14e4aae20fa80.

We must not try to connect the socket while the transport is under
construction, because the mechanisms to safely tear it down are not in
place. As the code stands, we end up leaking the sockets on a connection
error.

Reported-by: wanghai (M) <wanghai38@huawei.com>
Cc: stable@vger.kernel.org
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/xprtsock.c