Remove cas_disk from naming in code

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga
2022-09-12 17:38:21 +02:00
parent edc293495d
commit 4ed64582a6
13 changed files with 282 additions and 286 deletions

View File

@@ -2047,7 +2047,7 @@ static void init_instance_complete(struct _cache_mngt_attach_context *ctx,
/* Set other back information */
name = block_dev_get_elevator_name(
casdsk_disk_get_queue(bd_cache_obj->dsk));
cas_disk_get_queue(bd_cache_obj->dsk));
if (name)
strlcpy(ctx->cache_elevator, name, MAX_ELEVATOR_NAME);
}