Pedro F. Giffuni 1a125d6d85 ext2fs: make e2fs_maxcontig local and remove tautological check.
e2fs_maxcontig was modelled after UFS when bringing the
"Orlov allocator" to ext2. On UFS fs_maxcontig is kept in the
superblock and is used by userland tools (fsck and growfs),

In ext2 this information is volatile so it is not available
for userland tools, so in this case it doesn't have sense
to carry it in the in-memory superblock.

Also remove a pointless check for MAX(1, x) > 0.

Submitted by:	Christoph Mallon
MFC after:	2 weeks
2013-02-08 20:58:00 +00:00
..
2013-02-02 22:23:45 +00:00
2012-08-18 16:13:16 +00:00
2013-02-02 22:23:45 +00:00
2011-12-15 20:31:18 +00:00
2013-02-02 22:23:45 +00:00
2011-12-15 20:31:18 +00:00
2013-02-02 22:23:45 +00:00
2013-02-08 20:30:19 +00:00