On Thu, Aug 31, 2023 at 3:25 PM Markus Armbruster <arm...@redhat.com> wrote:
>
> Local variables shadowing other local variables or parameters make the
> code needlessly hard to understand.  Tracked down with -Wshadow=local.
> Clean up: delete inner declarations when they are actually redundant,
> else rename variables.

For rbd

>  block/rbd.c          |  2 +-

Acked-by: Ilya Dryomov <idryo...@gmail.com>

Thanks,

                Ilya

Reply via email to