Date: Tue, 15 Jun 1999 16:37:33 -0700 (PDT) From: Kirk McKusick <mckusick@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_bio.c vfs_subr.c src/contrib/sys/softupdates ffs_softdep.c Message-ID: <199906152337.QAA57907@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckusick 1999/06/15 16:37:32 PDT
Modified files:
sys/sys vnode.h
sys/kern vfs_bio.c vfs_subr.c
contrib/sys/softupdates ffs_softdep.c
Log:
Get rid of the global variable rushjob and replace it with a function in
kern/vfs_subr.c named speedup_syncer() which handles the speedup request.
Change the various clients of rushjob to use the new function.
Revision Changes Path
1.88 +6 -3 src/sys/sys/vnode.h
1.212 +2 -3 src/sys/kern/vfs_bio.c
1.201 +36 -6 src/sys/kern/vfs_subr.c
1.30 +45 -41 src/contrib/sys/softupdates/ffs_softdep.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906152337.QAA57907>
