filesetup: don't inline native_fallocate()
authorJens Axboe <axboe@kernel.dk>
Thu, 2 Nov 2017 14:55:44 +0000 (08:55 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 2 Nov 2017 14:55:44 +0000 (08:55 -0600)
commitc75f74fb4dce30811d5b4ed09f884c97972828f1
tree74d27415204cda9a275c7ce9b7e9572ce4cf572f
parentc0aabe37db1bde7def7961f91bf65d8d147c367a
filesetup: don't inline native_fallocate()

The compiler will figure this out, and it isn't a performance
hot path.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
filesetup.c