mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
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:
@@ -1,3 +1,10 @@
|
|||||||
|
2008-09-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Merge from trunk
|
||||||
|
|
||||||
|
* gunixmounts.c: Add zfs to ignore_fs array in guess_system_internal:
|
||||||
|
Fix for #542156. Patch by Padraig O'Briain
|
||||||
|
|
||||||
2008-09-11 Matthias Clasen <mclasen@redhat.com>
|
2008-09-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Merge from trunk
|
Merge from trunk
|
||||||
|
@@ -275,6 +275,7 @@ guess_system_internal (const char *mountpoint,
|
|||||||
"usbfs",
|
"usbfs",
|
||||||
"nfsd",
|
"nfsd",
|
||||||
"rpc_pipefs",
|
"rpc_pipefs",
|
||||||
|
"zfs",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
const char *ignore_devices[] = {
|
const char *ignore_devices[] = {
|
||||||
|
Reference in New Issue
Block a user