remove namespace crimson::crush to a separate file, and remain
namespace ceph::crush here.
Signed-off-by: luo rixin <luorixin@huawei.com>
(cherry picked from commit
a25ec553e5d9b2c5fe9ef4d05b8dad4d5096da59)
#include "include/compat.h"
#include "include/str_list.h"
-namespace TOPNSPC::crush {
+namespace ceph::crush {
int CrushLocation::update_from_conf()
{
#include "common/ceph_mutex.h"
#include "include/common_fwd.h"
-namespace TOPNSPC::crush {
+namespace ceph::crush {
class CrushLocation {
public:
}
#if FMT_VERSION >= 90000
-template <> struct fmt::formatter<TOPNSPC::crush::CrushLocation> : fmt::ostream_formatter {};
+template <> struct fmt::formatter<ceph::crush::CrushLocation> : fmt::ostream_formatter {};
#endif
#endif