From: Andrey Kuzmin Date: Sat, 28 Jun 2014 02:21:22 +0000 (-0600) Subject: Fix typo in io_u.c::get_next_file() X-Git-Tag: fio-2.1.11~43 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=372d89627cc04b5f30193ad8df762f86a580596d;hp=372d89627cc04b5f30193ad8df762f86a580596d Fix typo in io_u.c::get_next_file() We should check ops->get_next_file() is TD_F_PROFILE_OPS is set, not if it's unset. Signed-off-by: Jens Axboe ---