Loading fs_mgr/libsnapshot/snapshot_stats.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ namespace snapshot { SnapshotMergeStats* SnapshotMergeStats::GetInstance(SnapshotManager& parent) { static SnapshotMergeStats g_instance(parent.GetMergeStateFilePath()); CHECK(g_instance.path_ == parent.GetMergeStateFilePath()); CHECK_EQ(g_instance.path_, parent.GetMergeStateFilePath()); return &g_instance; } Loading Loading
fs_mgr/libsnapshot/snapshot_stats.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ namespace snapshot { SnapshotMergeStats* SnapshotMergeStats::GetInstance(SnapshotManager& parent) { static SnapshotMergeStats g_instance(parent.GetMergeStateFilePath()); CHECK(g_instance.path_ == parent.GetMergeStateFilePath()); CHECK_EQ(g_instance.path_, parent.GetMergeStateFilePath()); return &g_instance; } Loading