commit | 30c516d750396c5f3ec9cb04c9e025c25e91495e | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Tue Oct 17 12:11:46 2017 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 17 08:25:06 2017 -0600 |
tree | 706414ddba2e8053d89899270e16f552c65479e6 | |
parent | 519c8e9ffd86143fedd84cf833a09f36b47d0f5c [diff] |
nullb: fix error return code in null_init() Fix to return error code -ENOMEM from the null_alloc_dev() error handling case instead of 0, as done elsewhere in this function. Fixes: 2984c8684f96 ("nullb: factor disk parameters") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>