mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
gio: Recognize reiser4 in g_file_query_filesystem_info()
Signed-off-by: Serkan Kaba <serkan@gentoo.org> Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
This commit is contained in:
parent
48f8c07c53
commit
26b65a3abd
@ -701,6 +701,8 @@ get_fs_type (long f_type)
|
||||
return "xfs";
|
||||
case 0x012FD16D:
|
||||
return "xiafs";
|
||||
case 0x52345362:
|
||||
return "reiser4";
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user