]> git.baikalelectronics.ru Git - kernel.git/commit
bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registration'
authorColy Li <colyli@suse.de>
Tue, 19 Jul 2022 04:27:24 +0000 (12:27 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Aug 2022 23:22:41 +0000 (17:22 -0600)
commit901b45bd541884e6824a972ba77e66b2e7b33427
treefc98e78248b3f21c627937d949fa64b556ad695e
parentace22c1a1f44a45f708d1e4582a317c07ae4d16d
bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registration'

The "Asynchronous device registration (EXPERIMENTAL)" Kconfig option is
for 2+ years, it is used when registration takes too much time for
massive amount of cached data, to avoid udev task timeout during boot
time.

Many users and products enable this Kconfig option for quite long time
(e.g. SUSE Linux) and it works as expected and no issue reported.

It is time to remove the "EXPERIMENTAL" tag from this Kconfig item.

Signed-off-by: Coly Li <colyli@suse.de>
Link: https://lore.kernel.org/r/20220719042724.8498-2-colyli@suse.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/Kconfig