Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157445991
D11252.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
790 B
Referenced Files
None
Subscribers
None
D11252.diff
View Options
Index: head/sys/compat/linux/linux_stats.c
===================================================================
--- head/sys/compat/linux/linux_stats.c
+++ head/sys/compat/linux/linux_stats.c
@@ -318,6 +318,7 @@
#define LINUX_NTFS_SUPER_MAGIC 0x5346544EL
#define LINUX_PROC_SUPER_MAGIC 0x9fa0L
#define LINUX_UFS_SUPER_MAGIC 0x00011954L /* XXX - UFS_MAGIC in Linux */
+#define LINUX_ZFS_SUPER_MAGIC 0x2FC12FC1
#define LINUX_DEVFS_SUPER_MAGIC 0x1373L
#define LINUX_SHMFS_MAGIC 0x01021994
@@ -327,6 +328,7 @@
int i;
static struct {const char *bsd_name; long linux_type;} b2l_tbl[] = {
{"ufs", LINUX_UFS_SUPER_MAGIC},
+ {"zfs", LINUX_ZFS_SUPER_MAGIC},
{"cd9660", LINUX_ISOFS_SUPER_MAGIC},
{"nfs", LINUX_NFS_SUPER_MAGIC},
{"ext2fs", LINUX_EXT2_SUPER_MAGIC},
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 22, 1:56 PM (6 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33422217
Default Alt Text
D11252.diff (790 B)
Attached To
Mode
D11252: Add ZFS to Linux statfs
Attached
Detach File
Event Timeline
Log In to Comment