Merge pull request #299 from versity/auke/cond_resched_block_free

Add cond_resched in block_free_work
This commit is contained in:
Zach Brown
2026-05-04 09:49:43 -07:00
committed by GitHub
+1
View File
@@ -218,6 +218,7 @@ static void block_free_work(struct work_struct *work)
llist_for_each_entry_safe(bp, tmp, deleted, free_node) {
block_free(sb, bp);
cond_resched();
}
}