Remove irrelevant comment about changing cache modes.
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
parent
488c76a8fc
commit
7d4972a40e
@ -96,17 +96,8 @@ struct kcas_stop_cache {
|
|||||||
struct kcas_set_cache_state {
|
struct kcas_set_cache_state {
|
||||||
uint16_t cache_id; /**< id of cache for which state should be set */
|
uint16_t cache_id; /**< id of cache for which state should be set */
|
||||||
|
|
||||||
/**
|
|
||||||
* caching mode for new cache instance
|
|
||||||
* valid choices are:
|
|
||||||
* * WRITE_THROUGH
|
|
||||||
* * WRITE_BACK
|
|
||||||
* * WRITE_AROUND
|
|
||||||
* * PASS_THROUGH
|
|
||||||
*/
|
|
||||||
ocf_cache_mode_t caching_mode;
|
ocf_cache_mode_t caching_mode;
|
||||||
|
|
||||||
|
|
||||||
uint8_t flush_data; /**< should data be flushed? */
|
uint8_t flush_data; /**< should data be flushed? */
|
||||||
|
|
||||||
int ext_err_code;
|
int ext_err_code;
|
||||||
|
Loading…
Reference in New Issue
Block a user