[gnome-multi-writer] trivial: Allow writing to block devices without a filesystem on
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-multi-writer] trivial: Allow writing to block devices without a filesystem on
- Date: Wed, 28 Jan 2015 13:29:56 +0000 (UTC)
commit fd4bfc364eb0365c93862d835bdce51bbd64919b
Author: Richard Hughes <richard hughsie com>
Date: Wed Jan 28 13:28:51 2015 +0000
trivial: Allow writing to block devices without a filesystem on
src/gmw-main.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/gmw-main.c b/src/gmw-main.c
index 396cf79..2c6ae8e 100644
--- a/src/gmw-main.c
+++ b/src/gmw-main.c
@@ -1555,11 +1555,6 @@ gmw_udisks_object_add (GmwPrivate *priv, GDBusObject *dbus_object)
g_debug ("%s has no org.freedesktop.UDisks2.Partition", object_path);
return FALSE;
}
- iface_fs = g_dbus_object_get_interface (dbus_object, "org.freedesktop.UDisks2.Filesystem");
- if (iface_fs != NULL) {
- g_debug ("%s has no org.freedesktop.UDisks2.Filesystem", object_path);
- return FALSE;
- }
/* get the block device */
udisks_object = udisks_client_get_object (priv->udisks_client, object_path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]