Searched hist:"91 f4480c41f56f7c723323cf7f581f1d95d9ffbc" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | dfs.c | diff 91f4480c41f56f7c723323cf7f581f1d95d9ffbc Fri Jun 09 12:46:54 CDT 2023 Shyam Prasad N <sprasad@microsoft.com> cifs: fix status checks in cifs_tree_connect
The ordering of status checks at the beginning of cifs_tree_connect is wrong. As a result, a tcon which is good may stay marked as needing reconnect infinitely.
Fixes: 2f0e4f034220 ("cifs: check only tcon status on tcon related functions") Cc: stable@vger.kernel.org # 6.3 Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>
|
H A D | connect.c | diff 91f4480c41f56f7c723323cf7f581f1d95d9ffbc Fri Jun 09 12:46:54 CDT 2023 Shyam Prasad N <sprasad@microsoft.com> cifs: fix status checks in cifs_tree_connect
The ordering of status checks at the beginning of cifs_tree_connect is wrong. As a result, a tcon which is good may stay marked as needing reconnect infinitely.
Fixes: 2f0e4f034220 ("cifs: check only tcon status on tcon related functions") Cc: stable@vger.kernel.org # 6.3 Signed-off-by: Shyam Prasad N <sprasad@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>
|