[PATCH 1/2] e2fsprogs: Match e2fs_defs.h up with Linux kernel

Thierry Reding thierry.reding at avionic-design.de
Thu Mar 22 07:10:24 UTC 2012


This commit renames the EXT2_FEATURE_COMPAT_RESIZE_INODE constant to
EXT2_FEATURE_COMPAT_RESIZE_INO to match the exported ext2_fs.h Linux
kernel header and which is in fact used in the mkfs_ext2 applet.

This commit is a prerequisite for a follow up patch which removes usage
of the exported Linux kernel header.

Signed-off-by: Thierry Reding <thierry.reding at avionic-design.de>
---
 e2fsprogs/e2fs_defs.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/e2fsprogs/e2fs_defs.h b/e2fsprogs/e2fs_defs.h
index 379640e..7974497 100644
--- a/e2fsprogs/e2fs_defs.h
+++ b/e2fsprogs/e2fs_defs.h
@@ -467,7 +467,7 @@ struct ext2_super_block {
 #define EXT2_FEATURE_COMPAT_IMAGIC_INODES	0x0002
 #define EXT3_FEATURE_COMPAT_HAS_JOURNAL		0x0004
 #define EXT2_FEATURE_COMPAT_EXT_ATTR		0x0008
-#define EXT2_FEATURE_COMPAT_RESIZE_INODE	0x0010
+#define EXT2_FEATURE_COMPAT_RESIZE_INO		0x0010
 #define EXT2_FEATURE_COMPAT_DIR_INDEX		0x0020
 
 #define EXT2_FEATURE_RO_COMPAT_SPARSE_SUPER	0x0001
-- 
1.7.9.4



More information about the busybox mailing list