提交 f87e033b 编写于 作者: H Huaisheng Ye 提交者: Mike Snitzer

dm writecache: fix typo in name for writeback_wq

The workqueue's name should be "writecache-writeback" instead of
"writecache-writeabck".
Signed-off-by: NHuaisheng Ye <yehs1@lenovo.com>
Signed-off-by: NMike Snitzer <snitzer@redhat.com>
上级 6bbc923d
......@@ -1859,7 +1859,7 @@ static int writecache_ctr(struct dm_target *ti, unsigned argc, char **argv)
goto bad;
}
wc->writeback_wq = alloc_workqueue("writecache-writeabck", WQ_MEM_RECLAIM, 1);
wc->writeback_wq = alloc_workqueue("writecache-writeback", WQ_MEM_RECLAIM, 1);
if (!wc->writeback_wq) {
r = -ENOMEM;
ti->error = "Could not allocate writeback workqueue";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册