Module Name: src
Committed By: jdolecek
Date: Mon Aug 15 18:38:10 UTC 2016
Modified Files:
src/sys/ufs/ext2fs: ext2fs.h ext2fs_rename.c ext2fs_vnops.c
Log Message:
bump link limit to 65000 for files, and add support for
EXT2F_ROCOMPAT_DIR_NLINK to make link count unlimited for directories
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/ufs/ext2fs/ext2fs.h
cvs rdiff -u -r1.10 -r1.11 src/sys/ufs/ext2fs/ext2fs_rename.c
cvs rdiff -u -r1.124 -r1.125 src/sys/ufs/ext2fs/ext2fs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.