]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
block: deprecate autoloading based on dev_t
authorChristoph Hellwig <hch@lst.de>
Tue, 4 Jan 2022 07:16:47 +0000 (08:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Mar 2025 11:49:51 +0000 (12:49 +0100)
commit6327dacfe6d6320f17c2f19dab0bbbd98f4ae05f
tree9741f6a6cf614fcac68e450f808755a9a5d2a025
parenteffcbfb1e5ead74d88311e26633b0e747f208e24
block: deprecate autoloading based on dev_t

[ Upstream commit fbdee71bb5d8d054e1bdb5af4c540f2cb86fe296 ]

Make the legacy dev_t based autoloading optional and add a deprecation
warning.  This kind of autoloading has ceased to be useful about 20 years
ago.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220104071647.164918-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Stable-dep-of: 457ef47c08d2 ("block: retry call probe after request_module in blk_request_module")
Signed-off-by: Sasha Levin <sashal@kernel.org>
block/Kconfig
block/bdev.c
block/genhd.c