提交 6acd193b 编写于 作者: J Jean Delvare 提交者: Jens Axboe

bcache: Fix typo in Kconfig name

registraion -> registration

Fixes: 0c8d3fce ("bcache: configure the asynchronous registertion to be experimental")
Signed-off-by: NJean Delvare <jdelvare@suse.de>
Reviewed-by: NColy Li <colyli@suse.de>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 2e49f51a
...@@ -27,7 +27,7 @@ config BCACHE_CLOSURES_DEBUG ...@@ -27,7 +27,7 @@ config BCACHE_CLOSURES_DEBUG
interface to list them, which makes it possible to see asynchronous interface to list them, which makes it possible to see asynchronous
operations that get stuck. operations that get stuck.
config BCACHE_ASYNC_REGISTRAION config BCACHE_ASYNC_REGISTRATION
bool "Asynchronous device registration (EXPERIMENTAL)" bool "Asynchronous device registration (EXPERIMENTAL)"
depends on BCACHE depends on BCACHE
help help
......
...@@ -2790,7 +2790,7 @@ static int __init bcache_init(void) ...@@ -2790,7 +2790,7 @@ static int __init bcache_init(void)
static const struct attribute *files[] = { static const struct attribute *files[] = {
&ksysfs_register.attr, &ksysfs_register.attr,
&ksysfs_register_quiet.attr, &ksysfs_register_quiet.attr,
#ifdef CONFIG_BCACHE_ASYNC_REGISTRAION #ifdef CONFIG_BCACHE_ASYNC_REGISTRATION
&ksysfs_register_async.attr, &ksysfs_register_async.attr,
#endif #endif
&ksysfs_pendings_cleanup.attr, &ksysfs_pendings_cleanup.attr,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册