commit | b884014a91a49ed0e7198d276b28887cc48363bd | [log] [tgz] |
---|---|---|
author | Chengguang Xu <cgxu519@icloud.com> | Fri Feb 23 17:09:38 2018 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Apr 02 10:12:46 2018 +0200 |
tree | 5bef0732e3736d68dbb5c57f60bc532d3fe74d40 | |
parent | f2f87877b8f29a4aa0000a2e3cdf806ac645500e [diff] |
ceph: adding protection for showing cap reservation info Adding spinlock protection during getting cap reservation ralated fields so that the numbers match below BUG_ON condition in the code. BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + mdsc->caps_reserve_count + mdsc->caps_avail_count); Signed-off-by: Chengguang Xu <cgxu519@icloud.com> Reviewed-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>