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 7c69a9af49895fe5e159b7b0b40991a88350445e..b383c25400cf9fb7a3d62b45555a02a8bdda2e19 100644 (file)
@@ -1,3 +1,11 @@
+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 
index cd49ff16fbc3a41565821eaa6de02c6fa0853106..6b95d74bafdef271cf6c422bf74840ed8fc5315e 100644 (file)
@@ -263,6 +263,7 @@ guess_system_internal (const char *mountpoint,
     "autofs",
     "devfs",
     "devpts",
+    "ecryptfs",
     "kernfs",
     "linprocfs",
     "proc",