[Drbd-dev] [PATCH 06/11] block: drbd: drbd_main: Remove duplicate field initialisation

Arnd Bergmann arnd at kernel.org
Fri Mar 19 15:56:19 CET 2021


On Fri, Mar 12, 2021 at 11:57 AM Lee Jones <lee.jones at linaro.org> wrote:
>
> [P_RETRY_WRITE] is initialised more than once.
>
> Fixes the following W=1 kernel build warning(s):
>
>  drivers/block/drbd/drbd_main.c: In function ‘cmdname’:
>  drivers/block/drbd/drbd_main.c:3660:22: warning: initialized field overwritten [-Woverride-init]
>  drivers/block/drbd/drbd_main.c:3660:22: note: (near initialization for ‘cmdnames[44]’)
>
> Cc: Philipp Reisner <philipp.reisner at linbit.com>
> Cc: Lars Ellenberg <lars.ellenberg at linbit.com>
> Cc: Jens Axboe <axboe at kernel.dk>
> Cc: drbd-dev at lists.linbit.com
> Cc: linux-block at vger.kernel.org
> Signed-off-by: Lee Jones <lee.jones at linaro.org>

Looks correct. I had actually posted a slightly different fix last year,
but either one addresses the warning:

https://lore.kernel.org/lkml/20201026215043.3893318-1-arnd@kernel.org/

         Arnd


More information about the drbd-dev mailing list