We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77692d commit e4f8030Copy full SHA for e4f8030
drivers/md/dm-thin.c
@@ -2209,6 +2209,7 @@ static void process_thin_deferred_bios(struct thin_c *tc)
2209
throttle_work_update(&pool->throttle);
2210
dm_pool_issue_prefetches(pool->pmd);
2211
}
2212
+ cond_resched();
2213
2214
blk_finish_plug(&plug);
2215
@@ -2291,6 +2292,7 @@ static void process_thin_deferred_cells(struct thin_c *tc)
2291
2292
else
2293
pool->process_cell(tc, cell);
2294
2295
2296
} while (!list_empty(&cells));
2297
2298
0 commit comments