OSDN Git Service

cifs: fail i/o on soft mounts if sessionsetup errors out
authorRonnie Sahlberg <lsahlber@redhat.com>
Wed, 5 Feb 2020 01:08:01 +0000 (11:08 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Feb 2020 21:30:01 +0000 (16:30 -0500)
commit34cee9ad4f369a8a934e35ac9e2275ff2be2ef0c
treed43fab0e2646e23d4cd4e192b9396e1653c7d7b1
parent01c87ab1c6c1ac1c938f8b91efce55ecb808e30b
cifs: fail i/o on soft mounts if sessionsetup errors out

commit b0dd940e582b6a60296b9847a54012a4b080dc72 upstream.

RHBZ: 1579050

If we have a soft mount we should fail commands for session-setup
failures (such as the password having changed/ account being deleted/ ...)
and return an error back to the application.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
CC: Stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/smb2pdu.c