Loading drivers/md/dm-thin.c +2 −0 Original line number Diff line number Diff line Loading @@ -2209,6 +2209,7 @@ static void process_thin_deferred_bios(struct thin_c *tc) throttle_work_update(&pool->throttle); dm_pool_issue_prefetches(pool->pmd); } cond_resched(); } blk_finish_plug(&plug); } Loading Loading @@ -2291,6 +2292,7 @@ static void process_thin_deferred_cells(struct thin_c *tc) else pool->process_cell(tc, cell); } cond_resched(); } while (!list_empty(&cells)); } Loading Loading
drivers/md/dm-thin.c +2 −0 Original line number Diff line number Diff line Loading @@ -2209,6 +2209,7 @@ static void process_thin_deferred_bios(struct thin_c *tc) throttle_work_update(&pool->throttle); dm_pool_issue_prefetches(pool->pmd); } cond_resched(); } blk_finish_plug(&plug); } Loading Loading @@ -2291,6 +2292,7 @@ static void process_thin_deferred_cells(struct thin_c *tc) else pool->process_cell(tc, cell); } cond_resched(); } while (!list_empty(&cells)); } Loading