Comment 3 for bug 1413494

Revision history for this message
Brian Murray (brian-murray) wrote :

What is the purpose of this change?

--- a/bin/usb-creator-helper
+++ b/bin/usb-creator-helper
@@ -237,7 +237,7 @@
             check_system_internal(dev)

         # TODO LOCK
- unmount_all(udisks, dev)
+ unmount_all(udisks, parent_dev)

Thanks!