cam_iosched: Fix a comment
Array elements were added, but this comment wasn't updated. Sponsored by: Netflix
This commit is contained in:
parent
d70ca5b00e
commit
c048ac620f
@ -1823,7 +1823,7 @@ cam_iosched_update(struct iop_stats *iop, sbintime_t sim_latency)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (i == LAT_BUCKETS - 1)
|
if (i == LAT_BUCKETS - 1)
|
||||||
iop->latencies[i]++; /* Put all > 1024ms values into the last bucket. */
|
iop->latencies[i]++; /* Put all > 8192ms values into the last bucket. */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Classic exponentially decaying average with a tiny alpha
|
* Classic exponentially decaying average with a tiny alpha
|
||||||
|
Loading…
x
Reference in New Issue
Block a user