ioengines: fixup td_io_unlink_file() error propagation
authorJens Axboe <axboe@fb.com>
Mon, 8 Aug 2016 15:46:06 +0000 (09:46 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 8 Aug 2016 15:46:06 +0000 (09:46 -0600)
commit2442c9353bdc597301dfa75a5da78dcce3708a75
tree3cd1dd65fe8adcd29f92f3a09fcaf4cf8d0b9449
parentf2c972cc39947abceb9245b31b4a76fee41aa638
ioengines: fixup td_io_unlink_file() error propagation

Return 0 for success, error number on error. gluster already did this,
but pmemblk did not.

Signed-off-by: Jens Axboe <axboe@fb.com>
engines/pmemblk.c
filesetup.c
ioengines.c