From 2b8a4d65f5fb303768fe232763f94befc73c33b0 Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Tue, 12 Jul 2005 15:53:02 -0700 Subject: [PATCH] --- yaml --- r: 4747 b: refs/heads/master c: a044d016896d2717694003f00d31a98194077511 h: refs/heads/master i: 4745: ec16b8bebeb60971d61bf20376795732f1a23350 4743: 21650cd41e66895735bff30a75e40da56ea5198a v: v3 --- [refs] | 2 +- trunk/drivers/md/dm-mpath.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 824a2c6d308a..e90f4ac0e1ef 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f6a80ea8ed44de0b19c42d41928be37a186a3f41 +refs/heads/master: a044d016896d2717694003f00d31a98194077511 diff --git a/trunk/drivers/md/dm-mpath.c b/trunk/drivers/md/dm-mpath.c index 84cdb700a247..fa72f0153206 100644 --- a/trunk/drivers/md/dm-mpath.c +++ b/trunk/drivers/md/dm-mpath.c @@ -752,6 +752,8 @@ static int multipath_ctr(struct dm_target *ti, unsigned int argc, static void multipath_dtr(struct dm_target *ti) { struct multipath *m = (struct multipath *) ti->private; + + flush_workqueue(kmultipathd); free_multipath(m); }