cifs: reschedule periodic query for server interfaces
authorShyam Prasad N <sprasad@microsoft.com>
Wed, 3 Jan 2024 08:36:22 +0000 (08:36 +0000)
committerSteve French <stfrench@microsoft.com>
Fri, 19 Jan 2024 16:31:54 +0000 (10:31 -0600)
commit49fe25ce838183afac20f40457157ec009a86930
treed1ec370f85990d8db4b5aa18a55e11d2d3b23e18
parent66c9314b61ed5b7bfcff0d89359aa0f975c0ab53
cifs: reschedule periodic query for server interfaces

Today, we schedule periodic query for server interfaces
once every 10 minutes once a tree connection has been
established. Recent change to handle disabling of
multichannel disabled this delayed work.

This change reenables it following a reconnect, and
the server advertises multichannel.

Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/smb2pdu.c