NetBSD/sys/fs/union
hannken 76aa2ae1d5 Make union_newlower() ans union_newupper() local to union_subr.c,
expand and remove union_updatevp() and take care to transfer the
vnode lock from the union vnode to its new upper vnode without
breaking the fstrans state.

Add assertions that un_lowervp and un_uppervp never change from
non-NULL to non-NULL.
2017-07-17 09:22:36 +00:00
..
files.union
Makefile
union_subr.c Make union_newlower() ans union_newupper() local to union_subr.c, 2017-07-17 09:22:36 +00:00
union_vfsops.c KASSERT(mutex_owned(vp->v_interlock)) in vnode iterator selector. 2017-04-01 19:35:56 +00:00
union_vnops.c Make VOP_RECLAIM do the last unlock of the vnode. 2017-05-26 14:20:59 +00:00
union.h Make union_newlower() ans union_newupper() local to union_subr.c, 2017-07-17 09:22:36 +00:00