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
This commit is contained in:
Jens Axboe 2024-11-15 12:37:33 -07:00
commit 88d47f6293
2 changed files with 2 additions and 2 deletions

View File

@ -21307,7 +21307,7 @@ M: Yu Kuai <yukuai3@huawei.com>
L: linux-raid@vger.kernel.org L: linux-raid@vger.kernel.org
S: Supported S: Supported
Q: https://patchwork.kernel.org/project/linux-raid/list/ Q: https://patchwork.kernel.org/project/linux-raid/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux.git
F: drivers/md/Kconfig F: drivers/md/Kconfig
F: drivers/md/Makefile F: drivers/md/Makefile
F: drivers/md/md* F: drivers/md/md*

View File

@ -633,7 +633,7 @@ struct r5conf {
* two caches. * two caches.
*/ */
int active_name; int active_name;
char cache_name[2][32]; char cache_name[2][48];
struct kmem_cache *slab_cache; /* for allocating stripes */ struct kmem_cache *slab_cache; /* for allocating stripes */
struct mutex cache_size_mutex; /* Protect changes to cache size */ struct mutex cache_size_mutex; /* Protect changes to cache size */