From 901bbc5ebfa3af6ca3ad1db77d77b28ae6f5b149 Mon Sep 17 00:00:00 2001 From: Michal Wysoczanski Date: Tue, 27 Nov 2018 15:01:17 +0100 Subject: [PATCH] Make ioclass name bigger Signed-off-by: Adam Rutkowski --- inc/ocf_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ocf_def.h b/inc/ocf_def.h index 1346127..0707251 100644 --- a/inc/ocf_def.h +++ b/inc/ocf_def.h @@ -293,7 +293,7 @@ typedef enum { #define OCF_IO_CLASS_INVALID OCF_IO_CLASS_MAX /** Maximum size of the IO class name */ -#define OCF_IO_CLASS_NAME_MAX 33 +#define OCF_IO_CLASS_NAME_MAX 1024 /** IO class priority which indicates pinning */ #define OCF_IO_CLASS_PRIO_PINNED -1