mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +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>
|
||||
|
||||
Merge from trunk
|
||||
|
@ -275,6 +275,7 @@ guess_system_internal (const char *mountpoint,
|
||||
"usbfs",
|
||||
"nfsd",
|
||||
"rpc_pipefs",
|
||||
"zfs",
|
||||
NULL
|
||||
};
|
||||
const char *ignore_devices[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user