mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-19 22:42:40 +00:00
c19280c83c
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>