diff --git a/src/ocf_cache.c b/src/ocf_cache.c index f4b51d9..be11244 100644 --- a/src/ocf_cache.c +++ b/src/ocf_cache.c @@ -512,7 +512,7 @@ static ctx_data_t *ocf_cache_io_get_data(struct ocf_io *io) } const struct ocf_volume_properties ocf_cache_volume_properties = { - .name = "OCF Cache", + .name = "OCF_Cache", .io_priv_size = sizeof(struct ocf_cache_volume_io_priv), .volume_priv_size = sizeof(struct ocf_cache_volume), .caps = { diff --git a/src/ocf_core.c b/src/ocf_core.c index d1668f8..16fb0c0 100644 --- a/src/ocf_core.c +++ b/src/ocf_core.c @@ -479,7 +479,7 @@ static ctx_data_t *ocf_core_io_get_data(struct ocf_io *io) } const struct ocf_volume_properties ocf_core_volume_properties = { - .name = "OCF Core", + .name = "OCF_Core", .io_priv_size = 0, /* Not used - custom allocator */ .volume_priv_size = sizeof(struct ocf_core_volume), .caps = {