From 6681bf218f9556b094e34f5f854b20d42d7e2e84 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 3 Sep 2020 11:45:01 -0500 Subject: Linux v5.7.6 rebase Signed-off-by: Justin M. Forbes --- .../fedora/generic/CONFIG_BCACHE_ASYNC_REGISTRAION | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_BCACHE_ASYNC_REGISTRAION (limited to 'configs/fedora/generic/CONFIG_BCACHE_ASYNC_REGISTRAION') diff --git a/configs/fedora/generic/CONFIG_BCACHE_ASYNC_REGISTRAION b/configs/fedora/generic/CONFIG_BCACHE_ASYNC_REGISTRAION new file mode 100644 index 000000000..a4305fdb6 --- /dev/null +++ b/configs/fedora/generic/CONFIG_BCACHE_ASYNC_REGISTRAION @@ -0,0 +1,20 @@ +# CONFIG_BCACHE_ASYNC_REGISTRAION: +# +# Add a sysfs file /sys/fs/bcache/register_async. Writing registering +# device path into this file will returns immediately and the real +# registration work is handled in kernel work queue in asynchronous +# way. +# +# Symbol: BCACHE_ASYNC_REGISTRAION [=n] +# Type : bool +# Defined at drivers/md/bcache/Kconfig:30 +# Prompt: Asynchronous device registration (EXPERIMENTAL) +# Depends on: MD [=y] && BCACHE [=m] +# Location: +# -> Device Drivers +# -> Multiple devices driver support (RAID and LVM) (MD [=y]) +# -> Block device as cache (BCACHE [=m]) +# +# +# +# CONFIG_BCACHE_ASYNC_REGISTRAION is not set -- cgit