Start the process of making options more gfio friendly
authorJens Axboe <axboe@kernel.dk>
Wed, 28 Mar 2012 12:01:46 +0000 (14:01 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 28 Mar 2012 12:01:46 +0000 (14:01 +0200)
commit83ea422a62b8a42b14c362db61c2e7bf53862e80
tree99c80b63fd050b432bb3b680c74088a0995441cf
parent2bb3f0a7e00d3d62943b0bcc8119ab81c157c349
Start the process of making options more gfio friendly

We either need to eliminate the option callbacks, or ensure that
they don't have side effects outside of touching td->o. We will
need to use &td->o as the data passed in for the callbacks, not
the full td.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
backend.c
cconv.c
fio.h
goptions.c
memory.c
options.c
thread_options.h
verify.c
verify.h