On Fri, Mar 12, 2021 at 11:57 AM Lee Jones <[email protected]> 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 <[email protected]> > Cc: Lars Ellenberg <[email protected]> > Cc: Jens Axboe <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Lee Jones <[email protected]>
Looks correct. I had actually posted a slightly different fix last year, but either one addresses the warning: https://lore.kernel.org/lkml/[email protected]/ Arnd

