1 --- gnome-vfs-2.20.0-orig/libgnomevfs/gnome-vfs-filesystem-type.c 2007-09-17 18:00:46.000000000 +0100
2 +++ gnome-vfs-2.20.0-migi/libgnomevfs/gnome-vfs-filesystem-type.c 2007-11-08 16:54:57.983327965 +0000
4 { "xfs" , N_("XFS Linux Volume"), 1 },
5 { "xiafs" , N_("XIAFS Volume"), 0 },
6 { "cifs" , N_("CIFS Volume"), 1 },
8 + { "zfs" , N_("ZFS Volume"), 1 },
11 static struct FSInfo *
12 --- gnome-vfs-2.20.0-orig/libgnomevfs/gnome-vfs-volume.c 2007-11-08 16:53:39.848358165 +0000
13 +++ gnome-vfs-2.20.0-migi/libgnomevfs/gnome-vfs-volume.c 2007-11-08 16:56:01.527169813 +0000
15 * <row><entry>xfs</entry><entry>XFS Linux Volume</entry><entry>Yes</entry></row>
16 * <row><entry>xiafs</entry><entry>XIAFS Volume</entry><entry>No</entry></row>
17 * <row><entry>cifs</entry><entry>CIFS Volume</entry><entry>Yes</entry></row>
18 + * <row><entry>zfs</entry><entry>ZFS Volume</entry><entry>Yes</entry></row>