Add file reference counting
authorJens Axboe <jens.axboe@oracle.com>
Tue, 13 Mar 2007 10:06:45 +0000 (11:06 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 13 Mar 2007 10:06:45 +0000 (11:06 +0100)
commit0ad920e7f85db1fdc26649be6bc7e584e8c7fdc9
tree2dee7471fab67299d39da1c9c9e643f1b86e1a96
parentf11bd94d50d5995a64682f74b5f0f7509bf2c550
Add file reference counting

We must not close a file, while io is in progress to it. That
will make the queuing engines barf.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
filesetup.c
fio.h
init.c
io_u.c
ioengines.c