]> git.baikalelectronics.ru Git - kernel.git/commit
block: default BLOCK_LEGACY_AUTOLOAD to y
authorChristoph Hellwig <hch@lst.de>
Fri, 25 Feb 2022 18:14:40 +0000 (19:14 +0100)
committerJens Axboe <axboe@kernel.dk>
Sun, 27 Feb 2022 21:49:23 +0000 (14:49 -0700)
commitd5c4de32decc0cf5c7ba088d25855e1e1292fc21
tree19e10226c0541f8fca6b749533b69e2e4f89092c
parente0acc99f3260310787bf9be48e5c0a36d08c4941
block: default BLOCK_LEGACY_AUTOLOAD to y

As Luis reported, losetup currently doesn't properly create the loop
device without this if the device node already exists because old
scripts created it manually.  So default to y for now and remove the
aggressive removal schedule.

Reported-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20220225181440.1351591-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/Kconfig
block/bdev.c