Revert "filesetup: ensure that we align file starting offset"
authorJens Axboe <axboe@fb.com>
Tue, 2 Aug 2016 15:07:07 +0000 (09:07 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 2 Aug 2016 15:07:07 +0000 (09:07 -0600)
commit9bbefaa2056e8551805bbf8915adbc81cedd68e8
tree339062f29a39e3ac7bf6a451a10545e01b8a11cc
parent059b61f219b15db434eddc2207b876c6a0bad6c0
Revert "filesetup: ensure that we align file starting offset"

There are valid reasons to use an offset that isn't a multiple
of the block size. We previously made this change to fix an
issue with a job file, but that job file had an offset that
wasn't a multiple of the hardware block size. As long as the
offset is a multiple of the hardware block size for unbuffered
IO, then it should be fine.

This reverts commit c465cd14ca958dfdb87bb1998add722d62ae3691.
filesetup.c