Extend probe informations with cache name.
Since ocf requires loading cache with the same name as it was stopped, it should also allow to read name from metadata. Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
@@ -60,6 +60,9 @@ struct ocf_metadata_probe_status {
|
||||
|
||||
/** Cache contains dirty data */
|
||||
bool cache_dirty;
|
||||
|
||||
/** Loaded name of cache instance */
|
||||
char cache_name[OCF_CACHE_NAME_SIZE];
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user