K 10 svn:author V 3 imp K 8 svn:date V 27 2019-12-18T16:01:15.681426Z K 7 svn:log V 341 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@ END