Clear f on error get_next_file_rr()
authorJens Axboe <jens.axboe@oracle.com>
Wed, 20 May 2009 08:45:12 +0000 (10:45 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 20 May 2009 08:45:12 +0000 (10:45 +0200)
commit87c27b45f8d50720d7a9f12abc7e83d0a7463021
treef15dc23deffbd007b6a37e73f1033596de153bab
parent9fd189697dbf9fb7878093be5e41f25b7f932c2d
Clear f on error get_next_file_rr()

Otherwise we could return an invalid non-open file and trigger and
assertion failure later in the process.

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