diff options
author | 2021-07-13 17:17:28 +0900 | |
---|---|---|
committer | 2021-07-13 17:22:49 +0900 | |
commit | 96ad4ec51c06c6fafc10b4e3a20753e127ce27d4 (patch) | |
tree | 5d03d0f7ac8ac557e9ff4af384ebdb9874d1087c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr() (diff) | |
download | wireguard-linux-96ad4ec51c06c6fafc10b4e3a20753e127ce27d4.tar.xz wireguard-linux-96ad4ec51c06c6fafc10b4e3a20753e127ce27d4.zip |
ksmbd: fix unused err value in smb2_lock
CID 1502845 (#1 of 1): Unused value (UNUSED_VALUE)
value_overwrite: Overwriting previous write to err with value from
vfs_lock_file(filp, 0U, rlock, NULL).
6880 err = vfs_lock_file(filp, 0, rlock, NULL);
6881 if (err)
6882 pr_err("rollback unlock fail : %d\n", err);
Reported-by: Coverity Scan <scan-admin@coverity.com>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions