Use 'o' consistently in fixup_options()
authorJens Axboe <jens.axboe@oracle.com>
Thu, 18 Mar 2010 19:45:43 +0000 (20:45 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 18 Mar 2010 19:45:43 +0000 (20:45 +0100)
commit9bbf57cc80d915d8cc87240276334ddd5aaac547
tree05196abadb1c474ddca9420ec46413b9a6af1a4e
parentd990588ef84dacb107971143c239565e149d6f73
Use 'o' consistently in fixup_options()

It points to &td->o, and it's used interchangably in that function.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c