]> git.baikalelectronics.ru Git - kernel.git/commit
CIFS: set *resp_buf_type to NO_BUFFER on error
authorSteve French <smfrench@gmail.com>
Sun, 22 Apr 2018 15:24:19 +0000 (10:24 -0500)
committerSteve French <stfrench@microsoft.com>
Tue, 24 Apr 2018 15:06:28 +0000 (10:06 -0500)
commite92f6f1fb96547a04597fab23bc83473e1d74a86
treee5b7b5a9032e662ebbc91037ea63efa6cf3f5c72
parent5d30052dd442074c10ab35b64bd53a3dc43cea79
CIFS: set *resp_buf_type to NO_BUFFER on error

Dan Carpenter had pointed this out a while ago, but the code around
this had changed so wasn't causing any problems since that field
was not used in this error path.

Still, it is cleaner to always initialize this field, so changing
the error path to set it.

Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
CC: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/transport.c