1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/sys/miscfs/union
KATO Takenori 18b4c8e206 Dirty change in union_lock(). Sometimes upper vnode is locked without
UN_ULOCK flag.  This shows a locking violation but I couldn't find the
reason UN_ULOCK is not set or upper vnode is not unlocked.  I added
the code that detect this case and adjust un_flags.  DIAGNOSTIC kernel
doesn't adjust un_flags, but just panic here to help debug by kernel
hackers.
1997-04-21 15:32:24 +00:00
..
union_subr.c Do not set the uppervp to NULLVP in union_removed_upper. If lowervp 1997-04-16 16:24:24 +00:00
union_vfsops.c Avoid `lock against myself' panic by following operation: 1997-04-19 06:04:13 +00:00
union_vnops.c Dirty change in union_lock(). Sometimes upper vnode is locked without 1997-04-21 15:32:24 +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