]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ceph: remove redundant initialization of variable mds
authorColin Ian King <colin.king@canonical.com>
Thu, 23 Jul 2020 15:22:40 +0000 (16:22 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 3 Aug 2020 09:05:28 +0000 (11:05 +0200)
commit2c81ef286c42c5bfc0d0a60219b781791d4bd55c
treeb06d25c57a099f5ffe271b18fc68919a2b423d24
parenta7caa88f8b72c136f9a401f498471b8a8e35370d
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>
fs/ceph/debugfs.c