NetBSD/sys/miscfs/union
chs 7ebc99879b don't set PG_RDONLY on the lower layer's pages,
the lower layer needs to have control over that flag.
that didn't solve the whole problem that it was trying to solve anyway.
(the issue is that if we have create mappings to the lower layer,
we need to get rid of those when we copy the file to the upper layer.)
we'll have to figure out some other way to handle this.
2001-07-04 21:38:00 +00:00
..
Makefile
union_subr.c Convert namei pathname buffer allocation to use the pool allocator. 2000-08-03 20:41:05 +00:00
union_vfsops.c make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const 2001-01-22 12:17:35 +00:00
union_vnops.c don't set PG_RDONLY on the lower layer's pages, 2001-07-04 21:38:00 +00:00
union.h