https://github.com/torvalds/linux
Revision ee1d21794e55ab76505745d24101331552182002 authored by Shyam Prasad N on 13 October 2023, 11:40:09 UTC, committed by Steve French on 10 November 2023, 15:33:19 UTC
When a server stops supporting multichannel, we will
keep attempting reconnects to the secondary channels today.
Avoid this by freeing extra channels when negotiate
returns no multichannel support.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent 705fc52
Raw File
Tip revision: ee1d21794e55ab76505745d24101331552182002 authored by Shyam Prasad N on 13 October 2023, 11:40:09 UTC
cifs: handle when server stops supporting multichannel
Tip revision: ee1d217
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top