GNOME Bugzilla – Bug 617245
Glib unable to determine fstype of a reiser4 partition
Last modified: 2011-01-06 13:11:30 UTC
Created attachment 159956 [details] Sample code g_file_info_get_attribute_string returns nothing for G_FILE_ATTRIBUTE_FILESYSTEM_TYPE for files in a reiser4 partition. Attaching sample code. It doesn't print the fstype if the file is in a reiser4 partition.
Created attachment 170095 [details] [review] Patch to fix the issue
Can this be fixed for glib 2.28 release?
Comment on attachment 170095 [details] [review] Patch to fix the issue Works fine here.
Pushed to master: commit 26b65a3abda5ad0930b1cd0d0652417feb50c274 Author: Serkan Kaba <serkan@gentoo.org> Date: Thu Jan 6 14:08:02 2011 +0100 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>