[thin_generate_metadata] Support setting the needs_check flag
This commit is contained in:
@@ -99,6 +99,9 @@ namespace thin_provisioning {
|
||||
thin::ptr open_thin(thin_dev_t);
|
||||
void close_thin(thin::ptr td);
|
||||
|
||||
// updates the superblock
|
||||
void set_needs_check();
|
||||
|
||||
private:
|
||||
friend class thin;
|
||||
typedef std::map<thin_dev_t, thin::ptr> device_map;
|
||||
|
||||
Reference in New Issue
Block a user