NetBSD/sys/fs/union
snj 8547cc3eb5 Pull up following revision(s) (requested by hannken in ticket #145):
sys/fs/union/union.h: revision 1.29
	sys/fs/union/union_subr.c: revision 1.76
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-25 02:04:42 +00:00
..
Makefile
files.union
union.h Pull up following revision(s) (requested by hannken in ticket #145): 2017-07-25 02:04:42 +00:00
union_subr.c Pull up following revision(s) (requested by hannken in ticket #145): 2017-07-25 02:04:42 +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