NetBSD/sys/miscfs/union
mycroft 6760c93567 When a file is removed from the upper layer, make sure to release the
reference to it.  From John Kohl.
1995-05-30 09:07:10 +00:00
..
README Sync with CSRG. 1994-12-14 16:30:40 +00:00
union.h KERNEL -> _KERNEL 1995-03-29 21:57:43 +00:00
union_subr.c When a file is removed from the upper layer, make sure to release the 1995-05-30 09:07:10 +00:00
union_vfsops.c copy*str() should use size_t. 1995-03-09 12:05:21 +00:00
union_vnops.c Fix order of lock assertions in union_lock() and union_removed_upper(). 1995-05-30 08:51:24 +00:00

README

/*	$NetBSD: README,v 1.4 1994/12/14 16:31:15 mycroft Exp $	*/

If you plan on using union mounts, then you should consider replacing
three files in "libc/gen" in the C library with the files in "libc"  
in this directory.  The replacement version of opendir() automatically
removes duplicate names when a union stack is encountered. The other
two files do special handling of whiteouts. You will then need to 
rebuild the C library and all commands.

@(#)README	8.2 (Berkeley) 11/4/94