Whamcloud - gitweb
e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodes
authorTheodore Ts'o <tytso@mit.edu>
Sun, 10 Jul 2011 20:25:55 +0000 (16:25 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 10 Jul 2011 20:25:55 +0000 (16:25 -0400)
commit95a7f15f4606fe69b2b025e061ebd230baae2bb4
tree06044b42bca5afb5f683798071616ff06e58ac32
parentf51b4d3341fd7e04ecb9e7dcdf03c5ed25209540
e2fsck: teach e2fsck how to deal with bigalloc in non-extent-mapped inodes

Currently the bigalloc implementation in the kernel requires extents,
but this restriction might get relaxed in the future.  Also, old
versions of mke2fs that supported bigalloc during early testing
created the root and lost+found directories without using
extent-mapped inodes.  This makes it possible for e2fsck to better
support these old legacy file systems if it comes across them.

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