[gvfs] Clarify comment in should_drive_be_ignored() function
- From: David Zeuthen <davidz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] Clarify comment in should_drive_be_ignored() function
- Date: Fri, 19 Feb 2010 19:24:21 +0000 (UTC)
commit 43caa40830960e2e295ec9fccb3eebef4885ab5a
Author: David Zeuthen <davidz redhat com>
Date: Fri Feb 19 12:02:44 2010 -0500
Clarify comment in should_drive_be_ignored() function
Signed-off-by: David Zeuthen <davidz redhat com>
monitor/gdu/ggduvolumemonitor.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/monitor/gdu/ggduvolumemonitor.c b/monitor/gdu/ggduvolumemonitor.c
index bcf23f1..5a62514 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)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]