]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/tune2fs.c
Enable FLEX_BG feature support
authorJose R. Santos <jrs@us.ibm.com>
Tue, 14 Aug 2007 04:32:57 +0000 (23:32 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 4 Nov 2007 00:40:56 +0000 (20:40 -0400)
commitc2d4300b8a4a13d8a78b86c386f76259f23feec2
tree5cd94443711cd3d9d28a2610f4e30b418a353e8a
parent88b34b1f87c2d7c3dfc9be7ff6e5d916f06d960a
Enable FLEX_BG feature support

Add FLEX_BG as a supported feature bit.

Add support to mke2fs to create filesystems with FLEX_BG.

Add support to tune2fs to add (and remove, if it won't break
filesystem consistency) the FLEX_BG feature.

Signed-off-by: Jose R. Santos <jrs@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
--

 lib/e2p/feature.c   |    2 ++
 lib/ext2fs/ext2fs.h |    6 ++++--
 misc/mke2fs.c       |    7 ++++++-
 3 files changed, 12 insertions(+), 3 deletions(-)
lib/e2p/feature.c
lib/ext2fs/ext2fs.h
misc/mke2fs.c
misc/tune2fs.c