Loading drivers/md/dm-thin.c +2 −7 Original line number Diff line number Diff line Loading @@ -1263,11 +1263,6 @@ static void retry_bios_on_resume(struct pool *pool, struct dm_bio_prison_cell *c bio_list_init(&bios); cell_release(pool, cell, &bios); error = should_error_unserviceable_bio(pool); if (error) while ((bio = bio_list_pop(&bios))) bio_endio(bio, error); else while ((bio = bio_list_pop(&bios))) retry_on_resume(bio); } Loading Loading
drivers/md/dm-thin.c +2 −7 Original line number Diff line number Diff line Loading @@ -1263,11 +1263,6 @@ static void retry_bios_on_resume(struct pool *pool, struct dm_bio_prison_cell *c bio_list_init(&bios); cell_release(pool, cell, &bios); error = should_error_unserviceable_bio(pool); if (error) while ((bio = bio_list_pop(&bios))) bio_endio(bio, error); else while ((bio = bio_list_pop(&bios))) retry_on_resume(bio); } Loading