cvs commit: src/sys/kern vfs_subr.c
Jeff Roberson
jeff at FreeBSD.org
Sat Mar 22 18:44:28 PDT 2008
jeff 2008-03-23 01:44:28 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
- Only return 1 from sync_vnode() in cases where the vnode is still
at the head of the sync list. This prevents sched_sync() from
re-queueing a vnode which may have been freed already.
Discussed with: kib
Revision Changes Path
1.724 +1 -1 src/sys/kern/vfs_subr.c
More information about the cvs-src
mailing list