forked from luck/tmp_suning_uos_patched
bcache: Fix typo in Kconfig name
registraion -> registration
Fixes: 0c8d3fcead
("bcache: configure the asynchronous registertion to be experimental")
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Coly Li <colyli@suse.de>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
2e49f51aba
commit
6acd193b26
|
@ -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)
|
||||||
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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user