Whamcloud - gitweb
Relax group descriptor checking for FLEX_BG
authorJose R. Santos <jrs@us.ibm.com>
Tue, 14 Aug 2007 04:33:03 +0000 (23:33 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 4 Nov 2007 00:13:16 +0000 (20:13 -0400)
commit88b34b1f87c2d7c3dfc9be7ff6e5d916f06d960a
treef45ad7a21f541c2328e1d7a29a60fc5a9cd53694
parentcf0eeec0159b1af67fad9bccce220402cf08dff0
Relax group descriptor checking for FLEX_BG

The FLEX_BG feature allows the inode table, block bitmap, and inode
bitmaps to be located anywhere in the filesystem.  Update e2fsck and
libext2fs's checking code to recognize this.

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

 e2fsck/super.c          |   14 ++++++++++++--
 lib/ext2fs/check_desc.c |   15 +++++++++++++--
 2 files changed, 25 insertions(+), 4 deletions(-)
e2fsck/super.c
lib/ext2fs/check_desc.c