mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
33 KiB
33 KiB