Date: Mon, 5 Jul 2004 21:32:01 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200407052132.i65LW1Ts091240@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
truckman 2004-07-05 21:32:01 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Unconditionally set last_work_seen while in the SYNCER_RUNNING state so that last_work_seen has a reasonable value at the transition to the SYNCER_SHUTTING_DOWN state, even if net_worklist_len happened to be zero at the time. Initialize last_work_seen to zero as a safety measure in case the syncer never ran in the SYNCER_RUNNING state. Tested by: phk Revision Changes Path 1.504 +4 -5 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407052132.i65LW1Ts091240>