]> www.infradead.org Git - users/dwmw2/linux.git/commit
md/md-bitmap: Add missing destroy_work_on_stack()
authorYuan Can <yuancan@huawei.com>
Tue, 5 Nov 2024 13:01:05 +0000 (21:01 +0800)
committerSong Liu <song@kernel.org>
Wed, 6 Nov 2024 05:06:51 +0000 (21:06 -0800)
commit6012169e8aae9c0eda38bbedcd7a1540a81220ae
tree12287bde62ea9518cbfbec41dcb91ee02fec3425
parent649bfec6908bd2365008db79b7328c6c22e662d8
md/md-bitmap: Add missing destroy_work_on_stack()

This commit add missed destroy_work_on_stack() operations for
unplug_work.work in bitmap_unplug_async().

Fixes: a022325ab970 ("md/md-bitmap: add a new helper to unplug bitmap asynchrously")
Cc: stable@vger.kernel.org
Signed-off-by: Yuan Can <yuancan@huawei.com>
Reviewed-by: Yu Kuai <yukuai3@huawei.com>
Link: https://lore.kernel.org/r/20241105130105.127336-1-yuancan@huawei.com
Signed-off-by: Song Liu <song@kernel.org>
drivers/md/md-bitmap.c