Module Name: src Committed By: snj Date: Tue Jul 25 02:04:43 UTC 2017
Modified Files: src/sys/fs/union [netbsd-8]: union.h union_subr.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.28.10.1 src/sys/fs/union/union.h cvs rdiff -u -r1.75 -r1.75.2.1 src/sys/fs/union/union_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.