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

@@ -1,5 +1,5 @@
/*
* Copyright(c) 2012-2021 Intel Corporation
* Copyright(c) 2012-2022 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -9,10 +9,10 @@
#include "vol_block_dev_bottom.h"
#include "vol_block_dev_top.h"
struct casdsk_disk;
struct cas_disk;
struct bd_object {
struct casdsk_disk *dsk;
struct cas_disk *dsk;
struct block_device *btm_bd;