Commit a307e2ab authored by Ding Senjie's avatar Ding Senjie Committed by Jens Axboe

md: bcache: Fix spelling of 'acquire'

acqurie -> acquire
Signed-off-by: default avatarDing Senjie <dingsenjie@yulong.com>
Reviewed-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarColy Li <colyli@suse.de>
Link: https://lore.kernel.org/r/20211020143812.6403-2-colyli@suse.deSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent a8e5d491
......@@ -2750,7 +2750,7 @@ static int bcache_reboot(struct notifier_block *n, unsigned long code, void *x)
* The reason bch_register_lock is not held to call
* bch_cache_set_stop() and bcache_device_stop() is to
* avoid potential deadlock during reboot, because cache
* set or bcache device stopping process will acqurie
* set or bcache device stopping process will acquire
* bch_register_lock too.
*
* We are safe here because bcache_is_reboot sets to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment