]> git.ipfire.org Git - thirdparty/linux.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)
commit4811e3096daaa56e145a1d2bec45e2e9fe790729
treed4f7f86b19bb2683e00eea3f9f6eddb23806ec85
parentca567eb2b3f014d5be0f44c6f68b01a522f15ca4
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