mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01: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:
parent
62b42594db
commit
bf271c2530
@ -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[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user