Displaying 1 result from an estimated 1 matches for "c50bf01".
Did you mean:
b502f01
2010 Apr 03
1
[PATCH] btrfs support
..._flags;
+ __le16 csum_type;
+ __u8 root_level;
+ __u8 chunk_root_level;
+ __u8 log_root_level;
+ /* truncated here for klibc */
+} __attribute__ ((__packed__));
+
+#endif /* __BTRFS_FS_H */
diff --git a/usr/kinit/fstype/fstype.c b/usr/kinit/fstype/fstype.c
index 69e0e30..c50bf01 100644
--- a/usr/kinit/fstype/fstype.c
+++ b/usr/kinit/fstype/fstype.c
@@ -36,6 +36,7 @@
#include "gfs2_fs.h"
#include "ocfs2_fs.h"
#include "nilfs_fs.h"
+#include "btrfs_fs.h"
/*
* Slightly cleaned up version of jfs_superblock to
@@ -461,6 +462,18 @@...