Wrap an extra long line
This debugging line is too big for even my largest xterm. wrap it at about 80 columns. Sponsored by: Netflix
This commit is contained in:
parent
97f8aa050e
commit
f2b9885036
@ -1219,7 +1219,11 @@ cam_iosched_get_write(struct cam_iosched_softc *isc)
|
||||
*/
|
||||
if (bioq_first(&isc->bio_queue) && isc->current_read_bias) {
|
||||
if (iosched_debug)
|
||||
printf("Reads present and current_read_bias is %d queued writes %d queued reads %d\n", isc->current_read_bias, isc->write_stats.queued, isc->read_stats.queued);
|
||||
printf(
|
||||
"Reads present and current_read_bias is %d queued "
|
||||
"writes %d queued reads %d\n",
|
||||
isc->current_read_bias, isc->write_stats.queued,
|
||||
isc->read_stats.queued);
|
||||
isc->current_read_bias--;
|
||||
/* We're not limiting writes, per se, just doing reads first */
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user