Update struct ocf_io_class_info docs

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk 2020-10-15 22:05:20 -04:00
parent 4f228317a1
commit 6ca5779057

View File

@ -40,8 +40,8 @@ struct ocf_io_class_info {
uint32_t max_size; uint32_t max_size;
/*!< Maximum number of cache lines that might be assigned into /*!< Maximum number of cache lines that might be assigned into
* this IO class. If current size reach maximum size no more * this IO class. If current size reaches maximum size then some
* allocation for this IO class takes place * of ioclass's cachelines are evicted.
*/ */
uint8_t eviction_policy_type; uint8_t eviction_policy_type;