freebsd-dev/sys/ufs
David Greenman 8ab2fa0073 Gutted softdep_deallocate_dependencies and replaced it with a panic. It
turns out to not be useful to unwind the dependencies and continue in
the face of a fatal error.
Also changed the log() to a printf() in softdep_error() so that it will
be output in the case of a impending panic.
Submitted by:	Kirk McKusick <mckusick@mckusick.com>
1999-01-22 09:07:32 +00:00
..
ffs Gutted softdep_deallocate_dependencies and replaced it with a panic. It 1999-01-22 09:07:32 +00:00
mfs Added support for VOP_FREEBLKS(), reducing MFS's impact on swap and 1999-01-21 09:27:03 +00:00
ufs This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00