Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: riastradh
Date: Mon Mar 28 12:37:46 UTC 2022
Modified Files:
src/sys/coda: coda_vfsops.c
src/sys/kern: vfs_mount.c vfs_subr.c vfs_vnode.c
src/sys/miscfs/specfs: spec_vnops.c specdev.h
Log Message:
specfs: Let spec_node_lookup_by_dev wait for reclaim to finish.
vdevgone relies on this to ensure that if there is a concurrent
revoke in progress, it will wait for that revoke to finish -- that
way, it can guarantee all I/O operations have completed and the
device is closed.
To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/coda/coda_vfsops.c
cvs rdiff -u -r1.91 -r1.92 src/sys/kern/vfs_mount.c
cvs rdiff -u -r1.491 -r1.492 src/sys/kern/vfs_subr.c
cvs rdiff -u -r1.139 -r1.140 src/sys/kern/vfs_vnode.c
cvs rdiff -u -r1.207 -r1.208 src/sys/miscfs/specfs/spec_vnops.c
cvs rdiff -u -r1.50 -r1.51 src/sys/miscfs/specfs/specdev.h
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