From: Matthias Clasen Date: Mon, 8 Dec 2008 05:47:26 +0000 (+0000) Subject: Hide ecryptfs mounts, so that the desktop does not show both the mount and X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c7d37fca345edb23c3b258041140834d80b534a3;p=dana%2Fcg-glib.git Hide ecryptfs mounts, so that the desktop does not show both the mount and * 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 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 7c69a9af..b383c254 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,11 @@ +2008-12-08 Matthias Clasen + + 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 Bug 555465 – GUnix{Input,Output}Stream lacks fd/close_fd_at_close diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index cd49ff16..6b95d74b 100644 --- a/gio/gunixmounts.c +++ b/gio/gunixmounts.c @@ -263,6 +263,7 @@ guess_system_internal (const char *mountpoint, "autofs", "devfs", "devpts", + "ecryptfs", "kernfs", "linprocfs", "proc",