summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorShyam Prasad N <sprasad@microsoft.com>2022-02-08 18:10:02 +0100
committerSteve French <stfrench@microsoft.com>2022-02-09 05:13:52 +0100
commit2a05137a0575b7d1006bdf4c1beeee9e391e22a0 (patch)
tree47a3002481866e71bd9f6c42f16344954e5b1802 /kernel
parentcifs: call helper functions for marking channels for reconnect (diff)
downloadlinux-2a05137a0575b7d1006bdf4c1beeee9e391e22a0.tar.xz
linux-2a05137a0575b7d1006bdf4c1beeee9e391e22a0.zip
cifs: mark sessions for reconnection in helper function
Today we have the code to mark connections and sessions (and tcons) for reconnect clubbed with the code to close the socket and abort all mids in the same function. Sometimes, we need to mark connections and sessions outside cifsd thread. So as a part of this change, I'm splitting this function into two different functions and calling them one after the other in cifs_reconnect. Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions