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
commit 40f1e9e0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,7 +293,7 @@ typedef enum {
#define OCF_IO_CLASS_INVALID OCF_IO_CLASS_MAX #define OCF_IO_CLASS_INVALID OCF_IO_CLASS_MAX
/** Maximum size of the IO class name */ /** 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 */ /** IO class priority which indicates pinning */
#define OCF_IO_CLASS_PRIO_PINNED -1 #define OCF_IO_CLASS_PRIO_PINNED -1