X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fmount.c;h=ccd07c6bacd9143362dae5a6019df26287e64ca5;hb=2b2651a6907e1d7c56b7839594fb6ab8ec5ffd89;hp=250656a5e1d1e1803bd6c22b2f65aa9758773a30;hpb=ad2abf89c364d5ec73fb12af63b053637d99d757;p=libguestfs.git diff --git a/daemon/mount.c b/daemon/mount.c index 250656a..ccd07c6 100644 --- a/daemon/mount.c +++ b/daemon/mount.c @@ -324,9 +324,6 @@ do_umount_all (void) free_stringslen (mounts, size); - /* Without this, lvm_remove_all was failing on Ubuntu. */ - udev_settle (); - /* We've unmounted root now, so ... */ root_mounted = 0;