freebsd-dev/sys/fs/unionfs
KATO Takenori 93d71a483c Undo previous commit to avoid panic, and fix order of argument of
VOP_LINK().  The reason of strange behavior was wrong order of the
argument, that is, the operation

	# ln foo bar

in a union fs tried to do

	# ln bar foo

in ufs layer.

Now we can make a link in a union fs.
1997-04-16 03:08:34 +00:00
..
union_subr.c The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR when 1997-04-13 06:27:09 +00:00
union_vfsops.c Fix `lockmgr: locking against myself' panic by multi union mount of 1997-04-14 10:52:25 +00:00
union_vnops.c Undo previous commit to avoid panic, and fix order of argument of 1997-04-16 03:08:34 +00:00
union.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00