mbox series

[0/2] md W=1 build fixes

Message ID 20241112161019.4154616-1-john.g.garry@oracle.com (mailing list archive)
Headers show
Series md W=1 build fixes | expand

Message

John Garry Nov. 12, 2024, 4:10 p.m. UTC
This series includes a couple of W=1 fixes from array lengths being too
small.

I am not happy with just increasing the sizes by seemingly arbitrary
values, so suggestions welcome on better solutions.

John Garry (2):
  md/raid5: Increase r5conf.cache_name size
  dm vdo: Increase MAX_VDO_WORK_QUEUE_NAME_LEN size

 drivers/md/dm-vdo/funnel-workqueue.h | 2 +-
 drivers/md/raid5.h                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)