Fix bug in file selection
authorJens Axboe <jens.axboe@oracle.com>
Wed, 4 Mar 2009 07:41:31 +0000 (08:41 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 4 Mar 2009 07:41:31 +0000 (08:41 +0100)
commit683023e8e29e99f9d5cbd255b8595917cd7ce4fc
treeb44dd38f8b25e3534ff08dc5c2be39daf94c9796
parenta086c25771b195d04651d293f299f0a63f7d2a23
Fix bug in file selection

We need to check both the OPEN and CLOSING flag, since CLOSE will not
be set until the file has really been closed.

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