From: Theodore Ts'o Date: Tue, 30 Jun 1998 05:29:12 +0000 (+0000) Subject: ext2fs.h: X-Git-Tag: android-x86-6.0-r1~26^2~3579 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8362a4bfdbd26ea54f5ac5c6fb0aaf763037a492;p=android-x86%2Fexternal-e2fsprogs.git ext2fs.h: Change the name of the feature to match with the name used in the Linux kernel. --- diff --git a/lib/ext2fs/ext2fs.h b/lib/ext2fs/ext2fs.h index 9a28af59..243dc22c 100644 --- a/lib/ext2fs/ext2fs.h +++ b/lib/ext2fs/ext2fs.h @@ -455,11 +455,11 @@ struct ext2fs_sb { #endif #ifndef EXT2_FEATURE_INCOMPAT_DIRNAME_SIZE -#define EXT2_FEATURE_INCOMPAT_DIRNAME_SIZE 0x0002 +#define EXT2_FEATURE_INCOMPAT_FILETYPE 0x0002 #endif #define EXT2_LIB_FEATURE_COMPAT_SUPP EXT2_FEATURE_COMPAT_DIR_PREALLOC -#define EXT2_LIB_FEATURE_INCOMPAT_SUPP EXT2_FEATURE_INCOMPAT_DIRNAME_SIZE +#define EXT2_LIB_FEATURE_INCOMPAT_SUPP EXT2_FEATURE_INCOMPAT_FILETYPE #define EXT2_LIB_FEATURE_RO_COMPAT_SUPP (EXT2_FEATURE_RO_COMPAT_SPARSE_SUPER|\ EXT2_FEATURE_RO_COMPAT_LARGE_FILE) /*