commit | 03754ea361826fd477d7824ea75ad9e42df1580d | [log] [tgz] |
---|---|---|
author | zhengbin <zhengbin13@huawei.com> | Tue Aug 13 19:23:12 2019 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 04 07:04:37 2019 -0600 |
tree | dbc9da4498d452c697d49b260b871af42cf40be7 | |
parent | d821cce8ac4625ceecabb9c9e2420daaf41d41d8 [diff] |
paride/pcd: need to check if cd->disk is null in pcd_detect If alloc_disk fails in pcd_init_units, cd->disk & pi are empty, we need to check if cd->disk is null in pcd_detect. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: zhengbin <zhengbin13@huawei.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>