*** dm-mpath.c.orig 2005-02-22 10:11:47.000000000 -0500 --- dm-mpath.c 2005-02-22 12:03:15.900426560 -0500 *************** *** 747,752 **** --- 747,754 ---- static void multipath_dtr(struct dm_target *ti) { struct multipath *m = (struct multipath *) ti->private; + + flush_scheduled_work(); free_multipath(m); }