diff options
author | Mike Snitzer <snitzer@kernel.org> | 2023-02-14 21:06:05 +0300 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2023-02-14 22:23:08 +0300 |
commit | 0b22ff5360f5c4e11050b89206370fdf7dc0a226 (patch) | |
tree | 63b6bf8ea6d1e4aad9718703233ac41de7187d25 /drivers/md/dm-mpath.c | |
parent | f0ac1598712ff0f7b985d58546449e232487ee0e (diff) | |
download | linux-0b22ff5360f5c4e11050b89206370fdf7dc0a226.tar.xz |
dm: remove flush_scheduled_work() during local_exit()
Commit acfe0ad74d2e1 ("dm: allocate a special workqueue for deferred
device removal") switched from using system workqueue to a single
workqueue local to DM. But it didn't eliminate the call to
flush_scheduled_work() that was introduced purely for the benefit of
deferred device removal with commit 2c140a246dc ("dm: allow remove to
be deferred").
Since DM core uses its own workqueue (and queue_work) there is no need
to call flush_scheduled_work() from local_exit(). local_exit()'s
destroy_workqueue(deferred_remove_workqueue) handles flushing work
started with queue_work().
Fixes: acfe0ad74d2e1 ("dm: allocate a special workqueue for deferred device removal")
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-mpath.c')
0 files changed, 0 insertions, 0 deletions