commit | 1c6286f26301ad154a1c10fb6e68925493dd28ba | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Apr 15 20:55:53 2017 +0200 |
committer | Jens Axboe <axboe@fb.com> | Sun Apr 16 10:06:34 2017 -0600 |
tree | 4436b5565dd06b552fbf36a3ec37049e0825f332 | |
parent | 2a79efd833dd51c4362af655b9b011393c423f18 [diff] |
lightnvm: fix some error code in pblk-init.c There were a bunch of places in pblk_lines_init() where we didn't set an error code. And in pblk_writer_init() we accidentally return 1 instead of a correct error code, which would result in a Oops later. Fixes: 11a5d6fdf919 ("lightnvm: physical block device (pblk) target") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Matias Bjørling <matias@cnexlabs.com> Signed-off-by: Jens Axboe <axboe@fb.com>