iosched: remove stray debug

This printf was designed to catch misqueued bio requests. Prior to
supporting read_bias == 0, we couldn't get anything but reads and writes
in this queue. However, for read_bias == 0 we queue everything except
BIO_DELETE to this queue, so remove the printf. We don't need to update
any statistics.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-05-04 20:28:00 -06:00
parent 1907e1c07c
commit a85fea31c5

View File

@ -1617,8 +1617,7 @@ cam_iosched_next_bio(struct cam_iosched_softc *isc)
isc->write_stats.queued--;
isc->write_stats.total++;
isc->write_stats.pending++;
} else
printf("Found bio_cmd = %#x\n", bp->bio_cmd);
}
}
if (iosched_debug > 9)
printf("HWQ : %p %#x\n", bp, bp->bio_cmd);