volume: add description to 'uuid_copy' filed

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
This commit is contained in:
Michal Mielewczyk 2023-09-06 15:46:28 +02:00
parent 82c8d4f45c
commit c6d2436622

View File

@ -29,7 +29,10 @@ struct ocf_volume {
/* true if reading discarded pages returns 0 */
} features;
bool opened;
bool uuid_copy;
/* @brief True if OCF shall free UUID on volume deinit */
void *priv;
ocf_cache_t cache;
struct list_head core_pool_item;