cifs: fix SMB1 error path in cifs_get_file_info_unix
authorSteve French <stfrench@microsoft.com>
Sat, 19 Jun 2021 20:53:18 +0000 (15:53 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 21 Jun 2021 02:28:17 +0000 (21:28 -0500)
commite39df24169a2ceb0d359eb3a05ff982711f2eb32
tree67518454f68b186c2990e9f152328f5ad4ddbedb
parentff93b71a3eff25fe9d4364ef13b6e01d935600c6
cifs: fix SMB1 error path in cifs_get_file_info_unix

We were trying to fill in uninitialized file attributes in the error case.

Addresses-Coverity: 139689 ("Uninitialized variables")
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/inode.c