summaryrefslogtreecommitdiffstats
path: root/configs/fedora/generic/CONFIG_BCACHE_ASYNC_REGISTRAION
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-08-04 17:00:01 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-08-04 17:00:01 -0500
commit9ab9ea2db0b13375d3d7114d5c82eb298a118740 (patch)
treeeb4615cacf3e4ee8bd71c2522241011baa6c56fe /configs/fedora/generic/CONFIG_BCACHE_ASYNC_REGISTRAION
parentbf5b588422a50d970ea8660d368cc6cdd2c377c9 (diff)
downloadkernel-9ab9ea2db0b13375d3d7114d5c82eb298a118740.tar.gz
kernel-9ab9ea2db0b13375d3d7114d5c82eb298a118740.tar.xz
kernel-9ab9ea2db0b13375d3d7114d5c82eb298a118740.zip
Linux v5.8 rebase
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'configs/fedora/generic/CONFIG_BCACHE_ASYNC_REGISTRAION')
-rw-r--r--configs/fedora/generic/CONFIG_BCACHE_ASYNC_REGISTRAION20
1 files changed, 20 insertions, 0 deletions
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