bcache: remove EXPERIMENTAL for Kconfig option 'Asynchronous device registration' for-5.20/drivers for-5.20/drivers-2022-07-29
authorColy Li <colyli@suse.de>
Tue, 19 Jul 2022 04:27:24 +0000 (12:27 +0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 28 Jul 2022 17:13:11 +0000 (11:13 -0600)
commit508e357579f07d43cb3feabe93b46bc1648ca5d9
tree837e483d374ece12ea81f6dcc5a368663261d24a
parentb182198426ac3130f3543b1ad67855a84c4c5af2
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