Fixup posix_fallocate() usage
authorJens Axboe <jens.axboe@oracle.com>
Fri, 30 May 2008 20:58:37 +0000 (22:58 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 30 May 2008 20:58:37 +0000 (22:58 +0200)
commit739097e6e145afb98057846c419c60c2cc2dd9c0
tree344bd27a9778fabdac160c612fd85ea63528603c
parentaf8771b9b91eb2cd23a40aaa729bad4f78acb928
Fixup posix_fallocate() usage

It returns the error directly, not through errno. Also make
it non-fatal, Solaris seems to complain about it.

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