freebsd-dev/sys/ufs
Konstantin Belousov 65589a29f4 Check for the cross-device cross-link attempt in the VFS, instead of
forcing filesystem VOP_LINK() methods to repeat the code.  In
tmpfs_link(), remove redundand check for the type of the source,
already done by VFS.

Note that NFS server already performs this check before calling
VOP_LINK().

Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
2014-07-16 14:04:46 +00:00
..
ffs Extract the code to put a filesystem into the suspended state (at the 2014-07-14 09:10:00 +00:00
ufs Check for the cross-device cross-link attempt in the VFS, instead of 2014-07-16 14:04:46 +00:00