2008-12-10 08:05:14

by Peng Tao

[permalink] [raw]
Subject: [PATCH 1/3][e2fsprogs] tune2fs: don't allow -O flex_bg because it's not supported

The following three patches are a simple solution for tune2fs bugs
against flex_bg and resizing inode.
----------------

Don't allow add tune2fs -O flex_bg because it's not support.

Signed-off-by: Peng Tao <[email protected]>

diff --git a/misc/tune2fs.c b/misc/tune2fs.c
index a1fa57b..8bb6fd2 100644
--- a/misc/tune2fs.c
+++ b/misc/tune2fs.c
@@ -117,8 +117,7 @@ static __u32 ok_features[3] = {
EXT2_FEATURE_COMPAT_DIR_INDEX,
/* Incompat */
EXT2_FEATURE_INCOMPAT_FILETYPE |
- EXT3_FEATURE_INCOMPAT_EXTENTS |
- EXT4_FEATURE_INCOMPAT_FLEX_BG,
+ EXT3_FEATURE_INCOMPAT_EXTENTS,
/* R/O compat */
EXT2_FEATURE_RO_COMPAT_LARGE_FILE |
EXT4_FEATURE_RO_COMPAT_HUGE_FILE|


Attachments:
signature.asc (260.00 B)
OpenPGP digital signature