]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2024 09:40:56 +0000 (10:40 +0100)
commitc3d075489697145d5c795951e7b6ed40c3310342
tree93884a81fccf49048c05412c4f2d9ef5cf332e7b
parentbe19e6e4339d1579d5f2fae8ce4facf9521dbbfc
md/md-bitmap: Add missing destroy_work_on_stack()

commit 6012169e8aae9c0eda38bbedcd7a1540a81220ae upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/md/md-bitmap.c