Clean io_u->buf_filled_len in io_u_fill_buffer()
authorJens Axboe <jaxboe@fusionio.com>
Sun, 16 Jan 2011 15:32:08 +0000 (08:32 -0700)
committerJens Axboe <jaxboe@fusionio.com>
Sun, 16 Jan 2011 15:35:56 +0000 (08:35 -0700)
commite84b371e121ee224e02a90d01bf9074b759a409f
tree4b53de544ee42149be3b4527e7d754dd6d3e54b9
parent92bf48d530ab09bae4058df711c4723c73da51b9
Clean io_u->buf_filled_len in io_u_fill_buffer()

Not a bug as such, but it could be if we used it in other
locations in the future. So better be safe.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
io_u.c