diff --git a/[refs] b/[refs] index 3b4882f35983..f9308aaabffe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a72986c562eeec3f7b992198c168f0f41606fe53 +refs/heads/master: 53b351f972a882ea8b6cdb19602535f1057c884a diff --git a/trunk/drivers/md/dm-mpath.c b/trunk/drivers/md/dm-mpath.c index 838f01b1dd30..92bdcbb7c935 100644 --- a/trunk/drivers/md/dm-mpath.c +++ b/trunk/drivers/md/dm-mpath.c @@ -848,6 +848,7 @@ static void multipath_dtr(struct dm_target *ti) flush_workqueue(kmpath_handlerd); flush_workqueue(kmultipathd); + flush_scheduled_work(); free_multipath(m); }