]> git.baikalelectronics.ru Git - kernel.git/commit
bcache: remove unnecessary flush_workqueue
authorLi Lei <lilei@szsandstone.com>
Mon, 19 Sep 2022 16:16:43 +0000 (00:16 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 19 Sep 2022 17:12:35 +0000 (11:12 -0600)
commit925aa4a1fab16c47f436e69300cca5496a5697c2
treefc0709cea905201095f20c822677bd647033ec24
parent6117e0d0ed2609df45198b4a22f151e80f1e970f
bcache: remove unnecessary flush_workqueue

All pending works will be drained by destroy_workqueue(), no need to call
flush_workqueue() explicitly.

Signed-off-by: Li Lei <lilei@szsandstone.com>
Signed-off-by: Coly Li <colyli@suse.de>
Link: https://lore.kernel.org/r/20220919161647.81238-2-colyli@suse.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/bcache/writeback.c