diff options
author | gaurkuma <[email protected]> | 2017-08-11 08:53:35 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-08-11 08:53:35 -0700 |
commit | 9df9692637aeee416f509c7f39655beb2d35b549 (patch) | |
tree | 9bde9cf767ce488ba74a34b761bbb30958023208 /include | |
parent | bbefaeba2966512080541dac3c10589327686c1a (diff) |
Allow longer SPA names in stats
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: gaurkuma <[email protected]>
Closes #641
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/kstat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/kstat.h b/include/sys/kstat.h index faf6b81da..7862ab0a3 100644 --- a/include/sys/kstat.h +++ b/include/sys/kstat.h @@ -32,7 +32,7 @@ #include <sys/kmem.h> #include <sys/mutex.h> -#define KSTAT_STRLEN 31 +#define KSTAT_STRLEN 255 #define KSTAT_RAW_MAX (128*1024) /* For reference valid classes are: |