eeze now unmounts using the devnode instead of the mount point

SVN revision: 74560
This commit is contained in:
Mike Blumenkrantz 2012-07-30 08:22:05 +00:00
parent ce53e4f2e0
commit 68a09359bd
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ eeze_disk_unmount(Eeze_Disk *disk)
eina_strbuf_string_free(disk->unmount_cmd);
if (disk->mount_wrapper)
eina_strbuf_append_printf(disk->unmount_cmd, "%s ", disk->mount_wrapper);
eina_strbuf_append_printf(disk->unmount_cmd, EEZE_UNMOUNT_BIN" %s", disk->mount_point);
eina_strbuf_append_printf(disk->unmount_cmd, EEZE_UNMOUNT_BIN" %s", eeze_disk_devpath_get(disk));
disk->unmount_cmd_changed = EINA_FALSE;
}