Remove EXT2_FEATURE_RO_COMPAT_BTREE_DIR mention of since it's not

actually used, and may confuse people who are looking for
EXT2_FEATURE_COMPAT_DIR_INDEX, which is in use.
This commit is contained in:
Theodore Ts'o 2003-04-11 13:26:21 -04:00
parent 9d51b6191b
commit 2c93113e6a
4 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2003-04-11 Theodore Ts'o <tytso@mit.edu>
* feature.c: Remove support for EXT2_FEATURE_RO_COMPAT_BTREE_DIR,
since it's not actually used, and may confuse people who
are looking for EXT2_FEATURE_COMPAT_DIR_INDEX, which is in
use.
2003-03-17 Theodore Ts'o <tytso@mit.edu>
* ls.c (list_super2): Display the superblock fields even if the

View File

@ -39,8 +39,6 @@ static struct feature feature_list[] = {
"sparse_super" },
{ E2P_FEATURE_RO_INCOMPAT, EXT2_FEATURE_RO_COMPAT_LARGE_FILE,
"large_file" },
{ E2P_FEATURE_RO_INCOMPAT, EXT2_FEATURE_RO_COMPAT_BTREE_DIR,
"btree_dir" },
{ E2P_FEATURE_INCOMPAT, EXT2_FEATURE_INCOMPAT_COMPRESSION,
"compression" },
{ E2P_FEATURE_INCOMPAT, EXT2_FEATURE_INCOMPAT_FILETYPE,

View File

@ -1,3 +1,8 @@
2003-04-11 Theodore Ts'o <tytso@mit.edu>
* ext2_fs.h (EXT2_FEATURE_RO_COMPAT_BTREE_DIR): Comment out unused
feature flag
2003-03-30 Theodore Ts'o <tytso@mit.edu>
* Makefile.in: Use the compile_et --build-tree option.

View File

@ -485,7 +485,7 @@ struct ext2_super_block {
#define EXT2_FEATURE_RO_COMPAT_SPARSE_SUPER 0x0001
#define EXT2_FEATURE_RO_COMPAT_LARGE_FILE 0x0002
#define EXT2_FEATURE_RO_COMPAT_BTREE_DIR 0x0004
/* #define EXT2_FEATURE_RO_COMPAT_BTREE_DIR 0x0004 not used */
#define EXT2_FEATURE_INCOMPAT_COMPRESSION 0x0001
#define EXT2_FEATURE_INCOMPAT_FILETYPE 0x0002