mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
gio: Add FS magic number for FUSE
https://bugzilla.gnome.org/show_bug.cgi?id=740826
This commit is contained in:
parent
fc817eb38a
commit
5448ef5326
@ -753,6 +753,8 @@ get_fs_type (long f_type)
|
||||
return "xiafs";
|
||||
case 0x52345362:
|
||||
return "reiser4";
|
||||
case 0x65735546:
|
||||
return "fuse";
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user