diff options
author | 2020-07-23 16:22:40 +0100 | |
---|---|---|
committer | 2020-08-03 11:05:28 +0200 | |
commit | 2c81ef286c42c5bfc0d0a60219b781791d4bd55c (patch) | |
tree | b06d25c57a099f5ffe271b18fc68919a2b423d24 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ceph: fix use-after-free for fsc->mdsc (diff) | |
download | linux-rng-2c81ef286c42c5bfc0d0a60219b781791d4bd55c.tar.xz linux-rng-2c81ef286c42c5bfc0d0a60219b781791d4bd55c.zip |
ceph: remove redundant initialization of variable mds
The variable mds 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>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions