filesetup: pre_read_files() can use a bool
authorJens Axboe <axboe@kernel.dk>
Thu, 2 Nov 2017 14:59:07 +0000 (08:59 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 2 Nov 2017 14:59:07 +0000 (08:59 -0600)
commitc139f3b446083d12d981f426cdbb105947b30b5c
tree8ab4090558e6452c11b89ce3e3780d1e50da9433
parentc75f74fb4dce30811d5b4ed09f884c97972828f1
filesetup: pre_read_files() can use a bool

This flips the success return from 0 to true.

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