diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-07 17:32:40 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-07 17:57:07 +0000 |
commit | 1c63d8239a9a05eeafd4e4b8c882200bc68a3109 (patch) | |
tree | 81d3872e086436e8bb73c7573da2a58706e81675 | |
parent | 0938509e0422363554023ab99381fd70a22a6e08 (diff) | |
download | libguestfs-1c63d8239a9a05eeafd4e4b8c882200bc68a3109.tar.gz libguestfs-1c63d8239a9a05eeafd4e4b8c882200bc68a3109.tar.xz libguestfs-1c63d8239a9a05eeafd4e4b8c882200bc68a3109.zip |
Revert "umount-all: Add udev_settle after unmounting disks."
This reverts commit ad2abf89c364d5ec73fb12af63b053637d99d757.
Ubuntu still has errors even with the addition of udev_settle
after umount-all. Therefore this was just masking the problem.
-rw-r--r-- | daemon/mount.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/daemon/mount.c b/daemon/mount.c index 250656a5..ccd07c6b 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; |