diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:57:02 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:57:02 +0100 |
commit | 2903c15333636ae51db14cab009533bac68c8a30 (patch) | |
tree | 11a49598f98c505c021202564348c5639e2fb0b1 /include | |
parent | 5fc2c035953f71992197f6025918a8fe79ade1d3 (diff) | |
parent | f5234398ef3010b68468cafe3e2ea89b2bb08a17 (diff) | |
download | busybox-w32-2903c15333636ae51db14cab009533bac68c8a30.tar.gz busybox-w32-2903c15333636ae51db14cab009533bac68c8a30.tar.bz2 busybox-w32-2903c15333636ae51db14cab009533bac68c8a30.zip |
Merge commit '1_20_0' into merge
Diffstat (limited to '')
-rw-r--r-- | include/bb_e2fs_defs.h (renamed from e2fsprogs/e2fs_defs.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/e2fs_defs.h b/include/bb_e2fs_defs.h index 379640eb8..7974497ca 100644 --- a/e2fsprogs/e2fs_defs.h +++ b/include/bb_e2fs_defs.h | |||
@@ -467,7 +467,7 @@ struct ext2_super_block { | |||
467 | #define EXT2_FEATURE_COMPAT_IMAGIC_INODES 0x0002 | 467 | #define EXT2_FEATURE_COMPAT_IMAGIC_INODES 0x0002 |
468 | #define EXT3_FEATURE_COMPAT_HAS_JOURNAL 0x0004 | 468 | #define EXT3_FEATURE_COMPAT_HAS_JOURNAL 0x0004 |
469 | #define EXT2_FEATURE_COMPAT_EXT_ATTR 0x0008 | 469 | #define EXT2_FEATURE_COMPAT_EXT_ATTR 0x0008 |
470 | #define EXT2_FEATURE_COMPAT_RESIZE_INODE 0x0010 | 470 | #define EXT2_FEATURE_COMPAT_RESIZE_INO 0x0010 |
471 | #define EXT2_FEATURE_COMPAT_DIR_INDEX 0x0020 | 471 | #define EXT2_FEATURE_COMPAT_DIR_INDEX 0x0020 |
472 | 472 | ||
473 | #define EXT2_FEATURE_RO_COMPAT_SPARSE_SUPER 0x0001 | 473 | #define EXT2_FEATURE_RO_COMPAT_SPARSE_SUPER 0x0001 |