Remove early directory check
authorJens Axboe <jens.axboe@oracle.com>
Mon, 26 May 2008 12:53:24 +0000 (14:53 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 26 May 2008 12:53:24 +0000 (14:53 +0200)
commitfcef0b35e58d0d676b1560d563b518212f84e78b
treea3d7f909e0a1a42f3cbb7229cd376658e9ab38e1
parent55f6491de3d5f734a1cbe3e7deed87a382d6c863
Remove early directory check

It wont work on FIO_DISKLESSIO engines and the engine isn't loaded
at this point so we cannot check. For now just disable the check.

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