mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05: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:
committed by
Jens Axboe
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 {
|
||||
|
||||
Reference in New Issue
Block a user