NetBSD/sys/miscfs
wrstuden 6753c74560 Since VOP_UPCALL() has been a long time in coming, add this partial
fix for layered-file-removal. It will work for the case of accessing
and deleting a file through the layered file system. Accessing via
the layer and deleting on the underlying still won't work, nor will
accessing via complicated structures (like two umap layers over a
given file systems).

We still need VOP_UPCALL(), but this is better than things were before.

This patch has been discussed off & on for a while. This incarnation
was tested by hannken at netbsd dot org.
2004-05-28 18:55:20 +00:00
..
deadfs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
fdesc Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
fifofs Eliminate several uses of `curproc' from the socket-layer code and from NFS. 2004-05-22 22:52:13 +00:00
genfs Since VOP_UPCALL() has been a long time in coming, add this partial 2004-05-28 18:55:20 +00:00
kernfs Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
nullfs Since VOP_UPCALL() has been a long time in coming, add this partial 2004-05-28 18:55:20 +00:00
overlay Since VOP_UPCALL() has been a long time in coming, add this partial 2004-05-28 18:55:20 +00:00
portal Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
procfs Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
specfs Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
syncfs Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
umapfs Since VOP_UPCALL() has been a long time in coming, add this partial 2004-05-28 18:55:20 +00:00
Makefile