]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/e2fsck.h
e2fsck: Don't blow up if the physical device is too big
authorTheodore Ts'o <tytso@mit.edu>
Sun, 14 Mar 2010 23:26:48 +0000 (19:26 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 15 Mar 2010 04:14:12 +0000 (00:14 -0400)
commit59119646bd7e079aaed70366c405322d2dc7fa53
treed163c085321580d2a81e7b111b0d0e68f75d070f
parentde2c477815dc6c842db60ef9187c7fddaaa3cd48
e2fsck: Don't blow up if the physical device is too big

If the user grows a partition bigger than 2**32 blocks, e2fsprogs
1.41.x is not going to be able to support resizing the filesystem,
since it doesn't have > 2**32 block support.  However, e2fsck should
still work, so the system administrator doesn't get stuck.

Addresses-Launchpad-Bug: #521648

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