freebsd-dev/sys/ufs
Warner Losh 56e4d45895 Drop a sleepable lock when we plan on sleeping
g_io_speedup waits for the completion of the speedup request before proceeding
using biowait(), but check_clear_deps is called with the softdeps lock held
(which is non-sleepable). It's safe to drop this lock around the call to
speedup, so do that.

Submitted by: Peter Holm
Reviewed by: kib@
2019-12-18 16:01:15 +00:00
..
ffs Drop a sleepable lock when we plan on sleeping 2019-12-18 16:01:15 +00:00
ufs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00