On Thu, Aug 31, 2023 at 3:25 PM Markus Armbruster <[email protected]> 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 <[email protected]> Thanks, Ilya
