server: fix bug in converting/storing clat percentiles
authorJens Axboe <axboe@kernel.dk>
Wed, 12 Oct 2011 19:20:42 +0000 (21:20 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 12 Oct 2011 19:20:42 +0000 (21:20 +0200)
commitcfc03e4639fc29bf879f565300fe0238dd8b5ba9
treebe91541ee02d73c04a45239a35bd98fd5ec76fc5
parent351de8de68623375d2693192047cef7411f16442
server: fix bug in converting/storing clat percentiles

It helps when you read the source values, instead of storing and
converting the destinations values only.

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