Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56db87cc authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "block: test-iosched: disable statistic flag on request"

parents 6651568c 163f46e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;