Deinitialize volume types in ocf internally.
Adapter can provide ops for data type deinitialization, if any additional operations are required on deinitialization procedure. Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
@@ -141,6 +141,9 @@ struct ocf_volume_properties {
|
||||
|
||||
struct ocf_io_ops io_ops;
|
||||
/*!< IO operations */
|
||||
|
||||
void (*deinit)(void);
|
||||
/*!< Deinitialize volume type */
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user