Fix problem with treating ENOENT as an error
authorJens Axboe <jens.axboe@oracle.com>
Wed, 11 Apr 2007 10:43:35 +0000 (12:43 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 11 Apr 2007 10:43:35 +0000 (12:43 +0200)
commit40b44f4aac3fa9c00ef1573ad73bfc62f760cc2c
tree7edd5d5984dae0738122ac42bec4ea26176f7a18
parent0798ba36674a7a244e8bc10877e322973a5ca938
Fix problem with treating ENOENT as an error

It's just a zero-sized file, as far as get_file_sizes() is concerned.

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