]> git.baikalelectronics.ru Git - kernel.git/commit
ksmbd: hide socket error message when ipv6 config is disable
authorNamjae Jeon <linkinjeon@kernel.org>
Tue, 27 Sep 2022 12:21:58 +0000 (21:21 +0900)
committerSteve French <stfrench@microsoft.com>
Wed, 5 Oct 2022 06:15:44 +0000 (01:15 -0500)
commitf4f459a2eaf66087882a9464ff26bedc607cf145
treeb9b2489fc8ba527fb97be6cfc757e88792f4be6e
parent84dbdc65133ac4ee42abc2e46612f7415bf41c96
ksmbd: hide socket error message when ipv6 config is disable

When ipv6 config is disable(CONFIG_IPV6 is not set), ksmbd fallback to
create ipv4 socket. User reported that this error message lead to
misunderstood some issue. Users have requested not to print this error
message that occurs even though there is no problem.

Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Acked-by: Tom Talpey <tom@talpey.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/ksmbd/transport_tcp.c