Merge branch 'fix-rbd-options-parse' of https://github.com/ketor/fio
authorJens Axboe <axboe@fb.com>
Wed, 29 Oct 2014 14:22:45 +0000 (08:22 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 29 Oct 2014 14:22:45 +0000 (08:22 -0600)
commit1baee6efc1428150ef674db583d9ff9522ce0e52
treed5710d9984f38039b60b9a954a507ad9fe5c4af8
parentd40a393e149752ab9a0ba8e39c5afe501b9a3797
parentfea585d43f975cef74beb3df770168f36ae895b9
Merge branch 'fix-rbd-options-parse' of https://github.com/ketor/fio

Ketor writes:

There is two bug in the rbd_options parse:
1. The memeber struct thread_data *td of struct rbd_options is filled in
the cmdline parse process.So it is usable and cannot be deleted.

2.The busy_poll offset of struct rbd_options is not the "busy_poll" but
"client_name"

After fix these two bugs, the fio test then can run.