Add zfs to ignore_fs array in guess_system_internal: Fix for #542156.

* gunixmounts.c: Add zfs to ignore_fs array in guess_system_internal:
        Fix for #542156.


svn path=/branches/glib-2-16/; revision=7467
This commit is contained in:
Matthias Clasen
2008-09-11 19:14:49 +00:00
parent 62b42594db
commit bf271c2530
2 changed files with 8 additions and 0 deletions

View File

@@ -275,6 +275,7 @@ guess_system_internal (const char *mountpoint,
"usbfs",
"nfsd",
"rpc_pipefs",
"zfs",
NULL
};
const char *ignore_devices[] = {