diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2020-02-26 18:37:55 +0300 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2020-03-30 13:42:41 +0300 |
commit | 4d8b8fb4940a46f8d64bf1f9d116e1d2ae32b01c (patch) | |
tree | a3724b3b6ad42300c0780b00b941ac01d6aa4b39 /sound | |
parent | 8ccf7fcce191c11a2d85ef58ad1a82dd6c7e2f7c (diff) | |
download | linux-4d8b8fb4940a46f8d64bf1f9d116e1d2ae32b01c.tar.xz |
libceph: simplify ceph_monc_handle_map()
ceph_monc_handle_map() confuses static checkers which report a
false use-after-free on monc->monmap, missing that monc->monmap and
client->monc.monmap is the same pointer.
Use monc->monmap consistently and get rid of "old", which is redundant.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions