https://bugzilla.kernel.org/show_bug.cgi?id=42986 Denys Vlasenko <vda.linux@xxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vda.linux@xxxxxxxxxxxxxx --- Comment #13 from Denys Vlasenko <vda.linux@xxxxxxxxxxxxxx> 2012-04-12 11:37:05 --- For the record: busybox's mkfs_ext2.c uses linux/ext2_fs.h. If its include is commented out, the following errors pop out: error: ‘EXT2_DFL_MAX_MNT_COUNT’ undeclared (first use in this function) error: ‘EXT2_DYNAMIC_REV’ undeclared (first use in this function) error: ‘EXT2_ERRORS_DEFAULT’ undeclared (first use in this function) error: ‘EXT2_FEATURE_COMPAT_DIR_INDEX’ undeclared (first use in this function) error: ‘EXT2_FEATURE_COMPAT_RESIZE_INO’ undeclared (first use in this function) error: ‘EXT2_FEATURE_COMPAT_SUPP’ undeclared (first use in this function) error: ‘EXT2_FEATURE_INCOMPAT_FILETYPE’ undeclared (first use in this function) error: ‘EXT2_FEATURE_RO_COMPAT_SPARSE_SUPER’ undeclared (first use in this function) error: ‘EXT2_FT_DIR’ undeclared (first use in this function) error: ‘EXT2_GOOD_OLD_FIRST_INO’ undeclared (first use in this function) error: ‘EXT2_MAX_BLOCK_SIZE’ undeclared (first use in this function) error: ‘EXT2_MIN_BLOCK_LOG_SIZE’ undeclared (first use in this function) error: ‘EXT2_MIN_BLOCK_SIZE’ undeclared (first use in this function) error: ‘EXT2_NDIR_BLOCKS’ undeclared (first use in this function) error: ‘EXT2_OS_LINUX’ undeclared (first use in this function) error: ‘EXT2_ROOT_INO’ undeclared (first use in this function) error: ‘EXT2_SUPER_MAGIC’ undeclared (first use in this function) error: invalid application of ‘sizeof’ to incomplete type ‘struct ext2_inode’ error: invalid use of undefined type ‘struct ext2_group_desc’ struct ext2_inode is complex, I'd prefer to use system header than maintaining my own copy.... -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.-- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html