add fixme

This commit is contained in:
Joe Thornber 2013-04-29 12:40:56 +01:00
parent 925dbdbc53
commit 2b8b74065b

View File

@ -44,6 +44,11 @@ namespace thin_provisioning {
std::string message_; std::string message_;
}; };
// FIXME: there's a mix of abstraction here, some classes represent
// the actual damage on disk (bad_ref_count), others represent the
// repercussions (missing_mapping). Need to revist, probably once
// we've got the reporting layer in.
class super_block_corruption : public metadata_damage { class super_block_corruption : public metadata_damage {
void visit(metadata_damage_visitor &visitor) const; void visit(metadata_damage_visitor &visitor) const;
}; };