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
This commit is contained in:
Matthias Clasen 2008-12-08 05:47:26 +00:00
parent b047087ac3
commit c7d37fca34
2 changed files with 9 additions and 0 deletions

View 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> 2008-12-08 Matthias Clasen <mclasen@redhat.com>
Bug 555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close Bug 555465 GUnix{Input,Output}Stream lacks fd/close_fd_at_close

View File

@ -263,6 +263,7 @@ guess_system_internal (const char *mountpoint,
"autofs", "autofs",
"devfs", "devfs",
"devpts", "devpts",
"ecryptfs",
"kernfs", "kernfs",
"linprocfs", "linprocfs",
"proc", "proc",