f7d64e8678
- new version 1.38 - Close File descriptor for unregognized devices (#159878) Thanks to David Milburn for the patch. Merged from RHEL-4 - enable tune2fs to set and clear feature resize_inode (#167816) - removed outdated information from ext2online man page (#164383)
11 lines
446 B
Diff
11 lines
446 B
Diff
--- e2fsprogs-1.38/misc/tune2fs.c.resize_inode 2005-06-20 14:35:27.000000000 +0200
|
|
+++ e2fsprogs-1.38/misc/tune2fs.c 2005-09-08 15:51:38.000000000 +0200
|
|
@@ -95,6 +95,7 @@
|
|
|
|
static __u32 ok_features[3] = {
|
|
EXT3_FEATURE_COMPAT_HAS_JOURNAL |
|
|
+ EXT2_FEATURE_COMPAT_RESIZE_INODE |
|
|
EXT2_FEATURE_COMPAT_DIR_INDEX, /* Compat */
|
|
EXT2_FEATURE_INCOMPAT_FILETYPE, /* Incompat */
|
|
EXT2_FEATURE_RO_COMPAT_SPARSE_SUPER /* R/O compat */
|