]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
mke2fs: complain about creating 64bit filesystems without extents
authorDarrick J. Wong <darrick.wong@oracle.com>
Sat, 12 Oct 2013 01:20:22 +0000 (21:20 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 12 Oct 2013 01:20:22 +0000 (21:20 -0400)
commitd11f92af3563ce9a235286e6e10d1ebf29a2a4a8
tree50563c3feccef09481bc7910625e20833313a54e
parent2a091427bcbff1fd1cf3f0bccf00da98d52b8f16
mke2fs: complain about creating 64bit filesystems without extents

A 64bit filesystem without extents is not terribly useful, because the
old block map format does not support pointing to high block numbers.
Warn the user who tries to create such an animal.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.c