linux/fs/cifsd
Colin Ian King 3161ad3a71 cifsd: remove redundant assignment to variable err
The variable err is being initialized with a value that is never read
and it is being updated later with a new value.  The initialization is
redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2021-05-10 19:15:26 -05:00
..
mgmt cifsd: remove unneeded FIXME comments 2021-05-10 19:15:23 -05:00
asn1.c
asn1.h
auth.c
auth.h
buffer_pool.c cifsd: add file operations 2021-05-10 19:15:16 -05:00
buffer_pool.h cifsd: add file operations 2021-05-10 19:15:16 -05:00
connection.c
connection.h
crypto_ctx.c
crypto_ctx.h
glob.h
Kconfig cifsd: fix WARNING: unmet direct dependencies detected for CRYPTO_ARC4 2021-05-10 19:15:19 -05:00
ksmbd_server.h
ksmbd_work.c
ksmbd_work.h
Makefile cifsd: add Kconfig and Makefile 2021-05-10 19:15:16 -05:00
misc.c cifsd: Pass string length parameter to match_pattern() 2021-05-10 19:15:24 -05:00
misc.h cifsd: Pass string length parameter to match_pattern() 2021-05-10 19:15:24 -05:00
ndr.c cifsd: Fix a handful of spelling mistakes 2021-05-10 19:15:19 -05:00
ndr.h
netmisc.c
nterr.c
nterr.h
ntlmssp.h
oplock.c cifsd: fix incorrect comments 2021-05-10 19:15:23 -05:00
oplock.h
server.c cifsd: fix error handling in ksmbd_server_init() 2021-05-10 19:15:26 -05:00
server.h
smb2misc.c
smb2ops.c
smb2pdu.c cifsd: Fix an error code in smb2_read() 2021-05-10 19:15:25 -05:00
smb2pdu.h
smb_common.c cifsd: Pass string length parameter to match_pattern() 2021-05-10 19:15:24 -05:00
smb_common.h
smbacl.c cifsd: fix warning: variable 'total_ace_size' and 'posix_ccontext' set but not used 2021-05-10 19:15:24 -05:00
smbacl.h
smberr.h
smbfsctl.h
smbstatus.h
time_wrappers.h
transport_ipc.c cifsd: fix error handling in ksmbd_server_init() 2021-05-10 19:15:26 -05:00
transport_ipc.h cifsd: remove unneeded FIXME comments 2021-05-10 19:15:23 -05:00
transport_rdma.c cifsd: fix static checker warning from smb_direct_post_send_data() 2021-05-10 19:15:21 -05:00
transport_rdma.h
transport_tcp.c cifsd: fix incorrect comments 2021-05-10 19:15:23 -05:00
transport_tcp.h
unicode.c
unicode.h cifsd: uniquify extract_sharename() 2021-05-10 19:15:18 -05:00
uniupr.h
vfs.c cifsd: remove redundant assignment to variable err 2021-05-10 19:15:26 -05:00
vfs.h cifsd: add file operations 2021-05-10 19:15:16 -05:00
vfs_cache.c cifsd: fix error handling in ksmbd_server_init() 2021-05-10 19:15:26 -05:00
vfs_cache.h cifsd: fix error handling in ksmbd_server_init() 2021-05-10 19:15:26 -05:00