Loading block/test-iosched.c +1 −0 Original line number Diff line number Diff line Loading @@ -356,6 +356,7 @@ struct test_request *test_iosched_create_test_req(int is_err_expcted, rq->__sector = start_sec; rq->cmd_type |= REQ_TYPE_FS; rq->cmd_flags |= REQ_SORTED; rq->cmd_flags &= ~REQ_IO_STAT; if (rq->bio) { rq->bio->bi_sector = start_sec; Loading Loading
block/test-iosched.c +1 −0 Original line number Diff line number Diff line Loading @@ -356,6 +356,7 @@ struct test_request *test_iosched_create_test_req(int is_err_expcted, rq->__sector = start_sec; rq->cmd_type |= REQ_TYPE_FS; rq->cmd_flags |= REQ_SORTED; rq->cmd_flags &= ~REQ_IO_STAT; if (rq->bio) { rq->bio->bi_sector = start_sec; Loading