]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.
authorRonnie Sahlberg <lsahlber@redhat.com>
Sun, 31 Mar 2019 23:53:44 +0000 (09:53 +1000)
committerSteve French <stfrench@microsoft.com>
Mon, 1 Apr 2019 19:33:38 +0000 (14:33 -0500)
commit0b4df98af69ce1ba17b6ee1b3bdda1c292132dfa
treed4f7f86b19bb2683e00eea3f9f6eddb23806ec85
parent895c71aa1b73b5b172a727ca3782726424ac7993
cifs: a smb2_validate_and_copy_iov failure does not mean the handle is invalid.

It only means that we do not have a valid cached value for the
file_all_info structure.

CC: Stable <stable@vger.kernel.org>
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/smb2ops.c