diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-05-18 11:55:08 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2022-05-25 21:45:14 +0300 |
commit | 2ecd0edd13a8bed87c3588bcd4a048113eff18f6 (patch) | |
tree | aa4f64769fc7d7579ab6f36c731c881ddbc94005 /fs/ceph/mds_client.h | |
parent | a74379543d229a3fb1af8cd44cbd19844a7bb1bc (diff) | |
download | linux-2ecd0edd13a8bed87c3588bcd4a048113eff18f6.tar.xz |
ceph: remove redundant variable ino
Variable ino is being assigned a value that is never read. The variable
and assignment are redundant, remove it.
Cleans up clang scan build warning:
warning: Although the value stored to 'ino' is used in the enclosing
expression, the value is never actually read from 'ino'
[deadcode.DeadStores]
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'fs/ceph/mds_client.h')
0 files changed, 0 insertions, 0 deletions