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

No differences found