Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-2-0] src/sys/miscfs/overlay



Module Name:    src
Committed By:   tron
Date:           Sun May 30 15:09:41 UTC 2004

Modified Files:
        src/sys/miscfs/overlay [netbsd-2-0]: overlay_vnops.c

Log Message:
Pull up revision 1.12 (requested by wrstuden in ticket #424):
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.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.11.2.1 src/sys/miscfs/overlay/overlay_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index