Fix typo in io_u.c::get_next_file()
authorAndrey Kuzmin <andrey.v.kuzmin@gmail.com>
Sat, 28 Jun 2014 02:21:22 +0000 (20:21 -0600)
committerJens Axboe <axboe@fb.com>
Sat, 28 Jun 2014 02:21:22 +0000 (20:21 -0600)
We should check ops->get_next_file() is TD_F_PROFILE_OPS
is set, not if it's unset.

Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found