diff options
author | 2025-06-02 22:37:17 +0530 | |
---|---|---|
committer | 2025-06-03 18:42:48 -0500 | |
commit | 42ca547b13a20e7cbb04fbdf8d5f089ac4bb35b7 (patch) | |
tree | 7faf9b97ce52a64b6d4663713c31956aac5e4342 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cifs: serialize other channels when query server interfaces is pending (diff) | |
download | linux-rng-42ca547b13a20e7cbb04fbdf8d5f089ac4bb35b7.tar.xz linux-rng-42ca547b13a20e7cbb04fbdf8d5f089ac4bb35b7.zip |
cifs: do not disable interface polling on failure
When a server has multichannel enabled, we keep polling the server
for interfaces periodically. However, when this query fails, we
disable the polling. This can be problematic as it takes away the
chance for the server to start advertizing again.
This change reschedules the delayed work, even if the current call
failed. That way, multichannel sessions can recover.
Signed-off-by: Shyam Prasad N <sprasad@microsoft.com>
Cc: stable@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions