Merge pull request #89 from arutk/prv-increase_io_class_name_size
Increase IO class name length limit
This commit is contained in:
commit
40f1e9e0d3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user