Fix problem with too many opened files
authorJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jun 2009 12:34:35 +0000 (14:34 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jun 2009 12:34:35 +0000 (14:34 +0200)
commit22a57ba81de2c3f458797e9158da760c9e0ea435
tree913e2b377a38bfef5a138cf3775f22c9ce1bd3b0
parent2cc529306ff529100449f9002978b271facb8380
Fix problem with too many opened files

If using raw block devices, we would leak the fd from the bdev_size()
function. Also add some debug triggers to catch this in the future.

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