diff options
author | Paulo Alcantara <pc@cjr.nz> | 2022-10-14 18:40:42 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2022-10-14 19:35:25 +0200 |
commit | a9e17d3d74d14e5fd10d54f0a07e0fce4e5f80dd (patch) | |
tree | 37b659e76349993eef0ad98860ef9e81a3f60383 /fs/qnx4 | |
parent | cifs: use ALIGN() and round_up() macros (diff) | |
download | linux-a9e17d3d74d14e5fd10d54f0a07e0fce4e5f80dd.tar.xz linux-a9e17d3d74d14e5fd10d54f0a07e0fce4e5f80dd.zip |
cifs: fix static checker warning
Remove unnecessary NULL check of oparam->cifs_sb when parsing symlink
error response as it's already set by all smb2_open_file() callers and
deferenced earlier.
This fixes below report:
fs/cifs/smb2file.c:126 smb2_open_file()
warn: variable dereferenced before check 'oparms->cifs_sb' (see line 112)
Link: https://lore.kernel.org/r/Y0kt42j2tdpYakRu@kili
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/qnx4')
0 files changed, 0 insertions, 0 deletions