freebsd-skq/sys/fs/ext2fs
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
..
ext2_alloc.c ext2fs: general cleanup. 2013-02-02 22:23:45 +00:00
ext2_balloc.c ext2fs: make some inode fields match the ext2 spec. 2013-01-22 18:54:03 +00:00
ext2_bmap.c Fix typo 2012-08-18 16:13:16 +00:00
ext2_dinode.h Clean some 'svn:executable' properties in the tree. 2013-01-26 22:08:21 +00:00
ext2_dir.h ext2fs: general cleanup. 2013-02-02 22:23:45 +00:00
ext2_extern.h Bring in reallocblk to ext2fs. 2011-12-15 20:31:18 +00:00
ext2_inode_cnv.c More constant renaming in preparation for newer features. 2012-12-20 02:22:36 +00:00
ext2_inode.c ext2fs: general cleanup. 2013-02-02 22:23:45 +00:00
ext2_lookup.c ext2fs: move assignment where it is not dead. 2013-02-05 03:26:34 +00:00
ext2_mount.h ext2fs: Remove unused em_e2fsb definition.. 2013-02-05 03:23:56 +00:00
ext2_subr.c Bring in reallocblk to ext2fs. 2011-12-15 20:31:18 +00:00
ext2_vfsops.c ext2fs: make e2fs_maxcontig local and remove tautological check. 2013-02-08 20:58:00 +00:00
ext2_vnops.c ext2fs: Use EXT2_LINK_MAX instead of LINK_MAX 2013-02-05 03:01:04 +00:00
ext2fs.h ext2fs: make e2fs_maxcontig local and remove tautological check. 2013-02-08 20:58:00 +00:00
fs.h ext2fs: general cleanup. 2013-02-02 22:23:45 +00:00
inode.h Remove unused MAXSYMLINKLEN macro. 2013-02-08 20:30:19 +00:00