mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-21 07:22:31 +00:00
e42e806554
The iput worker can accumulate quite a bit of pending work to do. We've seen hung task warnings while it's doing its work (admitedly in debug kernels). There's no harm in throwing in a cond_resched so other tasks get a chance to do work. Signed-off-by: Zach Brown <zab@versity.com>