freebsd-dev/sys/fs/ext2fs
Pedro F. Giffuni 55806cca37 set EXT2_LINK_MAX to LINK_MAX
In linux EXT4_LINK_MAX is now 64000.  We can't really do that
since i_nlink and va_nlink are signed so setting higher values
is likely to cause trouble.

This is a system limitation so set the EXT_LINK_MAX to
what the system can handle.

MFC after:	3 days
2014-08-04 16:41:06 +00:00
..
ext2_alloc.c Revert r263449; 2014-03-21 04:33:38 +00:00
ext2_balloc.c ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_bmap.c ext2fs: small formatting fixes. 2014-03-01 21:22:20 +00:00
ext2_dinode.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_dir.h set EXT2_LINK_MAX to LINK_MAX 2014-08-04 16:41:06 +00:00
ext2_extents.c Add read-only support for extents in ext2fs. 2013-08-12 21:34:48 +00:00
ext2_extents.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_extern.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_hash.c ext2fs: make the hashing algorithm match the linux code. 2013-12-23 19:47:34 +00:00
ext2_htree.c ext2fs: Fix a bug when sorting htree entries. 2014-03-06 21:02:16 +00:00
ext2_inode_cnv.c ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_inode.c ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_lookup.c ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_mount.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_subr.c ext2fs: Use i_flag instead of i_flags for Ext4 inode flags. 2014-01-28 14:39:05 +00:00
ext2_vfsops.c ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
ext2_vnops.c Check for the cross-device cross-link attempt in the VFS, instead of 2014-07-16 14:04:46 +00:00
ext2fs.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
fs.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
htree.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00
inode.h ext2fs: use of tab vs spaces. 2014-02-28 21:25:32 +00:00