Bug 536641 – Filesystem querying in gio does not list AFS and autofs

file systems

        * glocalfile.c (get_fs_type): Add afs and autofs.
        Patch by Danny Baumann.


svn path=/branches/glib-2-16/; revision=7120
This commit is contained in:
Matthias Clasen
2008-07-01 02:43:12 +00:00
parent c800a9a4f2
commit 67012beaa4
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
2008-06-30 Matthias Clasen <mclasen@redhat.com>
Backported from trunk:
Bug 536641 Filesystem querying in gio does not list AFS and autofs
file systems
* glocalfile.c (get_fs_type): Add afs and autofs.
Patch by Danny Baumann.
2008-06-30 Matthias Clasen <mclasen@redhat.com>
Backported from trunk:

View File

@@ -618,6 +618,10 @@ get_fs_type (long f_type)
{
case 0xadf5:
return "adfs";
case 0x5346414f:
return "afs";
case 0x0187:
return "autofs";
case 0xADFF:
return "affs";
case 0x42465331: