Remove irrelevant comment about changing cache modes.

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk 2019-09-18 02:42:46 -04:00
parent 488c76a8fc
commit 7d4972a40e

View File

@ -96,17 +96,8 @@ struct kcas_stop_cache {
struct kcas_set_cache_state {
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;
uint8_t flush_data; /**< should data be flushed? */
int ext_err_code;