diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/md/dm-mpath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm-mpath.c b/drivers/md/dm-mpath.c index 838f01b1dd30..92bdcbb7c935 100644 --- a/drivers/md/dm-mpath.c +++ b/drivers/md/dm-mpath.c | |||
@@ -848,6 +848,7 @@ static void multipath_dtr(struct dm_target *ti) | |||
848 | 848 | ||
849 | flush_workqueue(kmpath_handlerd); | 849 | flush_workqueue(kmpath_handlerd); |
850 | flush_workqueue(kmultipathd); | 850 | flush_workqueue(kmultipathd); |
851 | flush_scheduled_work(); | ||
851 | free_multipath(m); | 852 | free_multipath(m); |
852 | } | 853 | } |
853 | 854 | ||