Displaying 2 results from an estimated 2 matches for "ext2_n_blocks".
2013 Mar 02
0
[GIT-PULL] ext4 inline data support
...le_name = generic_mangle_name,
.load_config = generic_load_config,
diff --git a/core/fs/ext2/ext2_fs.h b/core/fs/ext2/ext2_fs.h
index 8adc9bb..62cbc4a 100644
--- a/core/fs/ext2/ext2_fs.h
+++ b/core/fs/ext2/ext2_fs.h
@@ -31,10 +31,12 @@
#define EXT2_TIND_BLOCK (EXT2_DIND_BLOCK+1)
#define EXT2_N_BLOCKS (EXT2_TIND_BLOCK+1)
-
/* for EXT4 extent */
-#define EXT4_EXT_MAGIC 0xf30a
-#define EXT4_EXTENTS_FLAG 0x00080000
+#define EXT4_EXT_MAGIC 0xf30a
+#define EXT4_EXTENTS_FLAG 0x00080000
+
+/* for EXT4 inline data */
+#define EXT4_INLINE_DATA_FLAG 0x10000000
/*
* File types...
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi,
The following patches add support for ext4 and btrfs to
PV-GRUB. These patches are taken nearly verbatim from those provided
by Fedora and Gentoo.
We''ve been using these patches for the PV-GRUB images available in EC2
for some time now with no problems.
Changes from v1:
- Makefile has been changed to check the exit code from patch
- The btrfs patch has been rebased to apply