]> git.baikalelectronics.ru Git - kernel.git/commit
md: select BLOCK_LEGACY_AUTOLOAD
authorNeilBrown <neilb@suse.de>
Mon, 13 Mar 2023 20:29:17 +0000 (13:29 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Mar 2023 12:33:58 +0000 (13:33 +0100)
commitc40195ebce6988256f09d351e2d5f1dcf5261584
treeae81e748f1044515586da3b9f5f9fb8d5bcc4fd9
parent184c0a39557a22c978577a6d4c0cdf1c601d977d
md: select BLOCK_LEGACY_AUTOLOAD

commit 216fd64b32b266db5f7e64d1cdbffaabc14af6e7 upstream.

When BLOCK_LEGACY_AUTOLOAD is not enable, mdadm is not able to
activate new arrays unless "CREATE names=yes" appears in
mdadm.conf

As this is a regression we need to always enable BLOCK_LEGACY_AUTOLOAD
for when MD is selected - at least until mdadm is updated and the
updates widely available.

Cc: stable@vger.kernel.org # v5.18+
Fixes: bbe8c6dc275e ("block: deprecate autoloading based on dev_t")
Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Song Liu <song@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/md/Kconfig