Source-Changes archive

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

CVS commit: src/sys/miscfs



Module Name:    src
Committed By:   wrstuden
Date:           Wed Jun 16 17:59:53 UTC 2004

Modified Files:
        src/sys/miscfs/genfs: layer_vnops.c
        src/sys/miscfs/umapfs: umap_vnops.c

Log Message:
Make sure we actually locked the parent vnode before we clear
PDIRUNLOCK. The whole reason we have the flag is to note (rare)
cases where we are supposed to have the parent directory locked
but don't. Permits error handling code to know what to do with
the parrent vnode (vrele() vs vput()).


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/miscfs/genfs/layer_vnops.c
cvs rdiff -r1.30 -r1.31 src/sys/miscfs/umapfs/umap_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