[glib] gio: Add FS magic number for FUSE



commit 5448ef53266befdcff7c2606cc97acbd722e9f4c
Author: Uwe Helm <uwe helm gmail com>
Date:   Thu Nov 27 22:37:00 2014 +0000

    gio: Add FS magic number for FUSE
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740826

 gio/glocalfile.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gio/glocalfile.c b/gio/glocalfile.c
index 81f0fb2..806b547 100644
--- a/gio/glocalfile.c
+++ b/gio/glocalfile.c
@@ -753,6 +753,8 @@ get_fs_type (long f_type)
       return "xiafs";
     case 0x52345362:
       return "reiser4";
+    case 0x65735546:
+      return "fuse";
     default:
       return NULL;
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]