Excessive passing around of struct fio_file
authorJens Axboe <jens.axboe@oracle.com>
Thu, 1 Mar 2007 08:33:57 +0000 (09:33 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 1 Mar 2007 08:33:57 +0000 (09:33 +0100)
commit9bf2061e2b76a396936c5fe70060574a6c96b8f8
treead1df978039b757aecf114ccffd5239aeb408a1d
parent138502a97c7957d9be7599d9fde94b5317e8c24b
Excessive passing around of struct fio_file

It's already set before calling fill_io_u(), no point in passing
it around and overwriting it with the same value later.

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