Hide ecryptfs mounts, so that the desktop does not show both the mount and
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 8 Dec 2008 05:47:26 +0000 (05:47 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 8 Dec 2008 05:47:26 +0000 (05:47 +0000)
        * gunixmounts.c: (guess_system_internal): Hide ecryptfs mounts,
        so that the desktop does not show both the mount and the target
        directory. Patch by Martin Pitt

svn path=/trunk/; revision=7736

gio/ChangeLog
gio/gunixmounts.c

index 7c69a9a..b383c25 100644 (file)
@@ -1,5 +1,13 @@
 2008-12-08  Matthias Clasen  <mclasen@redhat.com>
 
+       Bug 558298 – Hide ecryptfs mounts
+
+       * gunixmounts.c: (guess_system_internal): Hide ecryptfs mounts, 
+       so that the desktop does not show both the mount and the target 
+       directory. Patch by Martin Pitt
+2008-12-08  Matthias Clasen  <mclasen@redhat.com>
+
        Bug 555465 – GUnix{Input,Output}Stream lacks fd/close_fd_at_close 
        property
 
index cd49ff1..6b95d74 100644 (file)
@@ -263,6 +263,7 @@ guess_system_internal (const char *mountpoint,
     "autofs",
     "devfs",
     "devpts",
+    "ecryptfs",
     "kernfs",
     "linprocfs",
     "proc",