Merge pull request #656 from jfckm/extend-metadata-probe
Include cache mode and cache line size in metadata probe
This commit is contained in:
@@ -1985,6 +1985,8 @@ static void ocf_metadata_probe_cmpl(struct ocf_metadata_read_sb_ctx *context)
|
||||
|
||||
env_strncpy(status.cache_name, OCF_CACHE_NAME_SIZE, superblock->name,
|
||||
OCF_CACHE_NAME_SIZE);
|
||||
status.cache_mode = superblock->cache_mode;
|
||||
status.cache_line_size = superblock->line_size;
|
||||
|
||||
OCF_CMPL_RET(priv, 0, &status);
|
||||
}
|
||||
|
Reference in New Issue
Block a user