commit | 25567a7b0fa98b390fd1ff0d4702b29c23a75bbb | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Jul 05 13:42:07 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jul 05 13:42:07 2011 -0400 |
tree | 0779a55cf5591267a124ef4ad920713fc2af1a17 | |
parent | f37901a22d618916b53105e39ff91a8bb84d67bc [diff] |
e2fsck, libext2fs: support for bigalloc file systems with a blocksize of 1024 Filesystems with a blocksize of 1024 have the superblock starting at block #1. However, the first data block in the superblock is 0 to simplify the cluster calculations. So we must compensate for this in a number of places, mostly in the ext2fs library, but also in e2fsck. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>