[gnome-settings-daemon] housekeeping: Add rootfs to the list of ignored filesystems



commit c80b2c4128be119cf17fd9b00af99f6f1a1a3f41
Author: Jonh Wendell <jonh wendell intel com>
Date:   Mon Jul 22 16:15:57 2013 -0300

    housekeeping: Add rootfs to the list of ignored filesystems
    
    Update the list of ignored filesystems to include rootfs
    include rootfs, which is always present and is a duplicate of
    an actual filesystem mount point.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704702

 plugins/housekeeping/gsd-disk-space-helper.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/housekeeping/gsd-disk-space-helper.c b/plugins/housekeeping/gsd-disk-space-helper.c
index d01161f..ff1b227 100644
--- a/plugins/housekeeping/gsd-disk-space-helper.c
+++ b/plugins/housekeeping/gsd-disk-space-helper.c
@@ -71,6 +71,7 @@ gsd_should_ignore_unix_mount (GUnixMountEntry *mount)
                 "proc",
                 "procfs",
                 "ptyfs",
+                "rootfs",
                 "rpc_pipefs",
                 "selinuxfs",
                 "smbfs",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]