From 6ca57790571852f167f45c868fb0b03ef363c2b1 Mon Sep 17 00:00:00 2001 From: Michal Mielewczyk Date: Thu, 15 Oct 2020 22:05:20 -0400 Subject: [PATCH] Update `struct ocf_io_class_info` docs Signed-off-by: Michal Mielewczyk --- inc/ocf_io_class.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/ocf_io_class.h b/inc/ocf_io_class.h index c8cb05f..88ca597 100644 --- a/inc/ocf_io_class.h +++ b/inc/ocf_io_class.h @@ -40,8 +40,8 @@ struct ocf_io_class_info { uint32_t max_size; /*!< Maximum number of cache lines that might be assigned into - * this IO class. If current size reach maximum size no more - * allocation for this IO class takes place + * this IO class. If current size reaches maximum size then some + * of ioclass's cachelines are evicted. */ uint8_t eviction_policy_type;