Don't add the file offset twice for trim
authorJens Axboe <jaxboe@fusionio.com>
Fri, 24 Sep 2010 17:36:34 +0000 (19:36 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Fri, 24 Sep 2010 17:36:34 +0000 (19:36 +0200)
commitc6404a44d139fb494202f9d968f7affe8c3d986f
treecbeffe6af7cb502c55d6a2b6ce8720cb98b88dac
parent0508320e7b175baf336b1f559e13810e69eecb10
Don't add the file offset twice for trim

We added it when storing the io_piece, don't add it again
when calling trim.

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