Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   wrstuden
Date:           Tue Aug  3 18:17:26 UTC 1999

Modified Files:
        syssrc/sys/kern: vfs_lookup.c

Log Message:
Modify how lookup walks up mount points. As suggested by Konrad
Schroder <perseant%hitl.washington.edu@localhost>, unlock the mounted on
vnode before we call VFS_ROOT so that we cover the case where the new
root vnode shares a lock with the mounted-on vnode. Note that we have
asserted vfs_busy on the new fs before unlocking, so no other process can
steal the mount out from under us.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/kern/vfs_lookup.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