freebsd-dev/sys/ufs
Konstantin Belousov 691401eef8 Softdep_process_worklist() should unsuspend not only before processing
the worklist (in softdep_process_journal), but also after flushing the
workitems. Might be, we should even do this before bwillwrite() too, but
this seems to be not needed for now.

Fs might be suspended during processing the queue, and then there is
nobody around to unsuspend.

In collaboration with:	pho
Tested by:	bz
Reviewed by:	jeff
2010-08-12 08:35:24 +00:00
..
ffs Softdep_process_worklist() should unsuspend not only before processing 2010-08-12 08:35:24 +00:00
ufs - Handle the truncation of an inode with an effective link count of 0 in 2010-07-06 07:11:04 +00:00