summaryrefslogtreecommitdiff
path: root/monitor/gdu
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-02-19 12:02:44 -0500
committerDavid Zeuthen <davidz@redhat.com>2010-02-19 14:23:14 -0500
commit43caa40830960e2e295ec9fccb3eebef4885ab5a (patch)
tree70b2b2b71d72d03f563b8c39ab18eb2bc6341998 /monitor/gdu
parent2509eee2d63664d91b5f4152c42252b8e3ae2b63 (diff)
downloadgvfs-43caa40830960e2e295ec9fccb3eebef4885ab5a.tar.gz
Clarify comment in should_drive_be_ignored() function
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'monitor/gdu')
-rw-r--r--monitor/gdu/ggduvolumemonitor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/monitor/gdu/ggduvolumemonitor.c b/monitor/gdu/ggduvolumemonitor.c
index bcf23f13..5a625144 100644
--- a/monitor/gdu/ggduvolumemonitor.c
+++ b/monitor/gdu/ggduvolumemonitor.c
@@ -849,9 +849,7 @@ should_drive_be_ignored (GduPool *pool, GduDrive *d, GList *fstab_mount_points)
device = gdu_presentable_get_device (GDU_PRESENTABLE (d));
/* If there is no GduDevice for a drive, then ignore it unless
- * we know how to start it. Right now this is only relevant
- * for GduLinuxMdDrive but we can add other stuff to libgdu
- * in the future and things will work here
+ * we know how to start it (e.g. RAID arrays, Volume Groups)
*/
if (device == NULL)
{