fileset: fix double addition of file offset
authorJens Axboe <axboe@kernel.dk>
Wed, 7 Jun 2017 14:48:05 +0000 (08:48 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 7 Jun 2017 14:48:05 +0000 (08:48 -0600)
commitf0d1393544bf5e2bfdb26d09f5153533f63d7375
tree90779e3989f119bc2317beb5afaae65e6ffd9094
parentc12d597ac36632a6f08c749df302135bbd339cb2
fileset: fix double addition of file offset

The offset-as-percentage patch inadvertently screwed up the regular
offset path, fix that up.

Fixes: 89978a6b26f8 ("allow a percent value for the offset parameter")
Fixes: https://github.com/axboe/fio/issues/382
Signed-off-by: Jens Axboe <axboe@kernel.dk>
filesetup.c