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:
Serkan Kaba 2011-01-06 14:08:02 +01:00 committed by Tomas Bzatek
parent 48f8c07c53
commit 26b65a3abd

View File

@ -701,6 +701,8 @@ get_fs_type (long f_type)
return "xfs";
case 0x012FD16D:
return "xiafs";
case 0x52345362:
return "reiser4";
default:
return NULL;
}