fix posix_fallocate() return value usage
authorGreg Edwards <greg.edwards@hp.com>
Fri, 25 Jun 2010 15:25:22 +0000 (09:25 -0600)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 28 Jun 2010 06:12:30 +0000 (08:12 +0200)
commit10accd7cf68af21ef4831528626a75ba7a06ce81
treec71ede4bd9fed841123b19327e395c8fc59168f1
parent3a8600b4ae9027d02aca7eb1990e5cda4e9f423a
fix posix_fallocate() return value usage

posix_fallocate() returns the error number on failure.  Fix the return value
usage.

Signed-off-by: Greg Edwards <greg.edwards@hp.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
filesetup.c