Whamcloud - gitweb
tune2fs: Don't allow the -I option if the flex_bg feature is enabled
authorTheodore Ts'o <tytso@mit.edu>
Tue, 20 Jan 2009 06:50:07 +0000 (01:50 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 Jan 2009 06:50:07 +0000 (01:50 -0500)
commit5bf81baea01a19ce48daee5db07f08c6a9655ab5
tree44d8212c7950e40db498c4df3d8ed1d4931b1b5c
parent801b0053336cc5fe5b3447ddad58505352a6578e
tune2fs: Don't allow the -I option if the flex_bg feature is enabled

With flex_bg usually the inode table for most block groups are packed
right against each other, so expanding the inode table size needs
special handling that's not currently in tune2fs.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/tune2fs.c