commit | 50c55aeca27f09ceda0cd58b72b0addeecef74eb | [log] [tgz] |
---|---|---|
author | Chengguang Xu <cgxu519@gmx.com> | Wed Mar 14 13:47:33 2018 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Apr 02 10:12:49 2018 +0200 |
tree | 58598250a7a96fca1ecc48d90bdead6a5a5e5fae | |
parent | 98cfda81040f4a6925a98567d036a918e855d4ec [diff] |
ceph: fix invalid point dereference for error case in mdsc destroy 1. set fsc->mdsc after successfully allocate all necessary memory in mdsc init. 2. if fsc->mdsc is NULL, just skip destroy operation in mdsc destroy. Signed-off-by: Chengguang Xu <cgxu519@gmx.com> Reviewed-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>