diff options
author | Jens Axboe <axboe@kernel.dk> | 2024-11-15 22:37:33 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-11-15 22:37:33 +0300 |
commit | 88d47f629313730f26a3b00224d1e1a5e3b7bb79 (patch) | |
tree | 83a17edd871a44cbdc029387b78f8ff5df44511e /drivers | |
parent | 957860cbc1dc89f79f2acc193470224e350dfd03 (diff) | |
parent | 886e4757f42e5775b7c2a6e0e5e2dc9a78177b0a (diff) | |
download | linux-88d47f629313730f26a3b00224d1e1a5e3b7bb79.tar.xz |
Merge tag 'md-6.13-20241115' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into for-6.13/block
Pull MD fixes from Song:
"This set contains a fix for a W=1 warning, by John Garry, and a
MAINTAINERS update."
* tag 'md-6.13-20241115' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux:
MAINTAINERS: Update git tree for mdraid subsystem
md/raid5: Increase r5conf.cache_name size
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/md/raid5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid5.h b/drivers/md/raid5.h index 896ecfc4afa6..d174e586698f 100644 --- a/drivers/md/raid5.h +++ b/drivers/md/raid5.h @@ -633,7 +633,7 @@ struct r5conf { * two caches. */ int active_name; - char cache_name[2][32]; + char cache_name[2][48]; struct kmem_cache *slab_cache; /* for allocating stripes */ struct mutex cache_size_mutex; /* Protect changes to cache size */ |