| Submitter | Peng Tao |
|---|---|
| Date | Dec. 10, 2008, 8:05 a.m. |
| Message ID | <493F7832.6000503@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/13140/ |
| State | Superseded |
| Headers | show |
Comments
Patch
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|
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 <bergwolf@gmail.com>