freebsd-dev/sys/ufs
Warner Losh 38b37b93d4 We only want to send the speedup to the lower layers when there's a shortage.
Only send a speedup when there's a shortage. While this is a little racy, lost
races aren't a big deal for this function. If there's a shorage just popping up
after we check these values, then we'll catch it next time. If there's a
shortage that's just clearing up, we may do some work at the lower layers a
little sooner than we otherwise would have. Sicne shortages are relatively rare
events, both races are acceptable.

Reviewed by: chs
Differential Revision: https://reviews.freebsd.org/D23182
2020-01-17 01:16:23 +00:00
..
ffs We only want to send the speedup to the lower layers when there's a shortage. 2020-01-17 01:16:23 +00:00
ufs ufs: relax an overzealous assert added in r356671 2020-01-13 14:33:51 +00:00