]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
cifs: smbd: Return -ECONNABORTED when trasnport is not in connected state
authorLong Li <longli@microsoft.com>
Wed, 16 Oct 2019 20:51:54 +0000 (13:51 -0700)
committerSteve French <stfrench@microsoft.com>
Mon, 25 Nov 2019 07:14:15 +0000 (01:14 -0600)
commitacd4680e2bef2405a0e1ef2149fbb01cce7e116c
tree540f59e4115c53dcb0830b6ae315dfc066158de3
parentd63cdbae60ac6fbb2864bd3d8df7404f12b7407d
cifs: smbd: Return -ECONNABORTED when trasnport is not in connected state

The transport should return this error so the upper layer will reconnect.

Signed-off-by: Long Li <longli@microsoft.com>
Cc: stable@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smbdirect.c