io_u: speed up __get_next_buflen()
authorAndrey Kuzmin <andrey.v.kuzmin@gmail.com>
Mon, 7 Mar 2016 21:40:25 +0000 (14:40 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 7 Mar 2016 21:40:25 +0000 (14:40 -0700)
commit1ec4db15283551fc135b40dbd8abc07d4f67743e
treea0673b3611aac0b02c8b2bac5dc6dbe2056aae58
parent55baca0652947e1a9292f18c01e0f76baafee5d5
io_u: speed up __get_next_buflen()

Change the divide-by-100 into a multiplier instead.

Signed-off-by: Jens Axboe <axboe@fb.com>
io_u.c