]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
cifs: try harder to open new channels
authorAurelien Aptel <aaptel@suse.com>
Wed, 20 Nov 2019 16:15:59 +0000 (17:15 +0100)
committerSteve French <stfrench@microsoft.com>
Mon, 25 Nov 2019 07:17:12 +0000 (01:17 -0600)
commit65a37a34145ca64fd2e0df2f477aadeb389990bc
tree1b4494cd037efc775207833200ccc2620afa93d7
parent9bd4540836684013aaad6070a65d6fcdd9006625
cifs: try harder to open new channels

Previously we would only loop over the iface list once.
This patch tries to loop over multiple times until all channels are
opened. It will also try to reuse RSS ifaces.

Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/sess.c