[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    [PATCH 1/2] e2fsprogs: Match e2fs_defs.h up with Linux kernel
From:       Thierry Reding <thierry.reding () avionic-design ! de>
Date:       2012-03-22 7:10:24
Message-ID: 1332400225-17115-1-git-send-email-thierry.reding () avionic-design ! de
[Download RAW message or body]

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@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

_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic