CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/03/25 11:57:07
Modified files:
lib/libc/sys : link.2
sys/kern : vfs_syscalls.c
sys/nfs : nfs_serv.c nfs_vnops.c
sys/miscfs/fuse: fuse_vnops.c
sys/tmpfs : tmpfs_vnops.c
sys/ufs/ext2fs : ext2fs_vnops.c
sys/ufs/ufs : ufs_vnops.c
Log message:
Move the "no (hard) linking directories" and "no cross-mount links"
checks from all the filesystems that support hardlinks at all into
the VFS layer. Simplify, EPERM description in link(2).
ok miod@ mpi@