commit | a341131eb31e55c31f61c038f152a66634d16095 | [log] [tgz] |
---|---|---|
author | Jean Sacren <sakiwit@gmail.com> | Mon Oct 11 00:45:24 2021 -0600 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Nov 08 03:29:51 2021 +0100 |
tree | b7e6eb8f1ff1468c8e6a58e9b70bcd64e1c5d21f | |
parent | 9c43ff4490ef1d721877fdfdb4ff2d9bda93f391 [diff] |
libceph: drop ->monmap and err initialization Call to build_initial_monmap() is one stone two birds. Explicitly it initializes err variable. Implicitly it initializes ->monmap via call to kzalloc(). We should only declare err and ->monmap is taken care of by ceph_monc_init() prototype. Signed-off-by: Jean Sacren <sakiwit@gmail.com> Reviewed-by: Ilya Dryomov <idryomov@gmail.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>