… > +++ b/fs/zonefs/super.c … > +static char *zgroups_name[ZONEFS_ZTYPE_MAX] = { "cnv", "seq" }; Would you like to keep this array as mutable? How do you think about to mark such data structures as “const”? Regards, Markus
… > +++ b/fs/zonefs/super.c … > +static char *zgroups_name[ZONEFS_ZTYPE_MAX] = { "cnv", "seq" }; Would you like to keep this array as mutable? How do you think about to mark such data structures as “const”? Regards, Markus