volume: add description to 'uuid_copy' filed
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
This commit is contained in:
parent
82c8d4f45c
commit
c6d2436622
@ -29,7 +29,10 @@ struct ocf_volume {
|
|||||||
/* true if reading discarded pages returns 0 */
|
/* true if reading discarded pages returns 0 */
|
||||||
} features;
|
} features;
|
||||||
bool opened;
|
bool opened;
|
||||||
|
|
||||||
bool uuid_copy;
|
bool uuid_copy;
|
||||||
|
/* @brief True if OCF shall free UUID on volume deinit */
|
||||||
|
|
||||||
void *priv;
|
void *priv;
|
||||||
ocf_cache_t cache;
|
ocf_cache_t cache;
|
||||||
struct list_head core_pool_item;
|
struct list_head core_pool_item;
|
||||||
|
Loading…
Reference in New Issue
Block a user