Module Name: src Committed By: hannken Date: Wed Jul 20 11:52:00 UTC 2011
Modified Files: src/sys/fs/msdosfs: msdosfs_vnops.c src/tests/fs/vfs: t_vnops.c Log Message: Even though msdosfs never truncates file names it advertises _PC_NO_TRUNC as zero. Make it advertise one (no_trunc == true). Names longer than NAME_MAX (255) will never pass namei() btw. Fixes PR #43670 (msdosfs claims support for filenames longer than {NAME_MAX}, but fails) To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/fs/msdosfs/msdosfs_vnops.c cvs rdiff -u -r1.24 -r1.25 src/tests/fs/vfs/t_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.