Subject: Re: Need some advice regarding portable user IDs
To: Wolfgang Solfrank <ws@tools.de>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-kern
Date: 08/24/1999 09:28:44
Just FYI, in NetBSD-current, there are on the order of 60 calls to
panic() in sys/ufs/ufs, and 50 calls to panic() in sys/ufs/ffs.  There
appear to be similar numbers in ext2fs and lfs.

No doubt some of them are internal consistancy checks which can't be
triggered by on-disk corruption, but still, this sounds like a
substantial project..

					- Bill