cvs commit: src/sys/kern vfs_subr.c

[ Available lists | Index of cvs-src | Month of May 2008 | Week of 18 May 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Konstantin Belousov <kib@FreeBSD.org>
Date
18 May 2008 05:05:36
Subject
cvs commit: src/sys/kern vfs_subr.c
Message-ID
200805180505.m4I55ZT9073437@repoman.freebsd.org


[ Hide this part ]
kib         2008-05-18 05:05:33 UTC

FreeBSD src repository

Modified files: (Branch: RELENG_7)
sys/kern vfs_subr.c
Log:
MFC rev. 1.724:
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.

Approved by: jeff

Revision Changes Path
1.707.2.5 +1 -1 src/sys/kern/vfs_subr.c


Elapsed time: 0.125 seconds