bbf3a56610
VFCF_NETWORK (this FS goes over the net) VFCF_READONLY (read-write mounts do not make any sense) VFCF_SYNTHETIC (data in this FS is not real) VFCF_LOOPBACK (this FS aliases something else) cd9660 is readonly; nullfs, umapfs, and union are loopback; NFS is netowkr; procfs, kernfs, and fdesc are synthetic. |
||
---|---|---|
.. | ||
libc.opendir.c | ||
README | ||
union_subr.c | ||
union_vfsops.c | ||
union_vnops.c | ||
union.h |
If you plan on using union mounts, then you should consider replacing "libc/gen/opendir.c" in the C library with the file "libc.opendir.c" in this directory. The replacement version of opendir() automatically removes duplicate names when a union stack is encountered. You will then need to rebuild the C library and all commands. @(#)README 8.1 (Berkeley) 2/15/94