gio: Recognize reiser4 in g_file_query_filesystem_info()
authorSerkan Kaba <serkan@gentoo.org>
Thu, 6 Jan 2011 13:08:02 +0000 (14:08 +0100)
committerTomas Bzatek <tbzatek@redhat.com>
Thu, 6 Jan 2011 13:08:02 +0000 (14:08 +0100)
Signed-off-by: Serkan Kaba <serkan@gentoo.org>
Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
gio/glocalfile.c

index 4641f2e..9e4aace 100644 (file)
@@ -701,6 +701,8 @@ get_fs_type (long f_type)
       return "xfs";
     case 0x012FD16D:
       return "xiafs";
+    case 0x52345362:
+      return "reiser4";
     default:
       return NULL;
     }