]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests: ublk: remove unused ios map in seq_io.bt
authorCaleb Sander Mateos <csander@purestorage.com>
Fri, 12 Dec 2025 17:17:01 +0000 (10:17 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 12 Dec 2025 19:50:40 +0000 (12:50 -0700)
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>
tools/testing/selftests/ublk/trace/seq_io.bt

index 507a3ca05abfc54e8adb22abbd51d1d39e034c4d..b2f60a92b118b4f9bdd1c3657013d1c0f7dbe5ae 100644 (file)
@@ -17,7 +17,6 @@ tracepoint:block:block_rq_complete
                }
                @last_rw[$dev, str($2)] = (args.sector + args.nr_sector);
        }
-       @ios = count();
 }
 
 END {