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)
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>

No differences found