Subject: Re: can we tsleep() in vfs_shutdown ?
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 08/03/2000 21:24:34
tsleep() has already been hardened against being called in a
panic()-from-interrupt-level situation; the compare against &proc0
should not be necessary.

				- Bill