Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Dec 2001 22:00:22 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        Peter Wemm <peter@wemm.org>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/kern vfs_subr.c 
Message-ID:  <200112250600.fBP60MF33655@apollo.backplane.com>
References:   <20011225045925.8D2A839EC@overcee.netplex.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help

:
:Matt Dillon wrote:
:> dillon      2001/12/24 17:23:25 PST
:> 
:>   Modified files:
:>     sys/kern             vfs_subr.c 
:>   Log:
:>   Fix type-o in previous commit (tsleep was using wrong rendezvous point)
:
:This was intentional. Please back it out.  It would have been tsleep(NULL,
:..) to just sleep for the given time, but that isn't allowed.
:
:Cheers,
:-Peter
:--
:Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au

    Oh, ok.  I'm not sure how much it matters, since vnlruproc_sig 
    is left set at that point the only process that will do a wakeup()
    on the proc is going to be the system shutdown process.  Do you
    still want me to set it to NULL?

					-Matt


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?200112250600.fBP60MF33655>