mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 11:31:31 +00:00
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:
commit
88d47f6293
@ -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*
|
||||||
|
@ -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 */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user