mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
selftests: ublk: remove unused ios map in seq_io.bt
The ios map populated by seq_io.bt is never read, so remove it. Signed-off-by: Caleb Sander Mateos <csander@purestorage.com> Reviewed-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
1fd4b8d7e3
commit
fe8c0182d4
|
|
@ -17,7 +17,6 @@ tracepoint:block:block_rq_complete
|
|||
}
|
||||
@last_rw[$dev, str($2)] = (args.sector + args.nr_sector);
|
||||
}
|
||||
@ios = count();
|
||||
}
|
||||
|
||||
END {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user