Merge pull request #89 from arutk/prv-increase_io_class_name_size

Increase IO class name length limit
This commit is contained in:
Robert Bałdyga
2019-03-27 14:11:16 +01:00
committed by GitHub

View File

@@ -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