stat: clean up calc_clat_percentiles
authorVincent Fu <vincent.fu@wdc.com>
Thu, 7 Feb 2019 15:51:06 +0000 (10:51 -0500)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 Feb 2019 16:48:44 +0000 (09:48 -0700)
commit5d89c625949d8d4ae4abaefbc77b90d79cc8d09a
treed21e0e44727d637631c9b145915056a3db379c04
parentfda82fda074d910fd2939d004b3a73c06da40445
stat: clean up calc_clat_percentiles

We already know the size of the buffer needed. So there
is no need to do anything fancy when allocating it.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
stat.c