On Tue, 23 Mar 2021 14:58:07 +0200 "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx> wrote: > I really need to change all "char *" arguments to "const char *". > Changing "tracefs_instance *" to "const tracefs_instance *" is more a > style preference. I totally agree on the "char *" to "const char *", as that can make a huge difference. I'm not adverse to the "const struct tracefs_instance *" change, I'm just hesitant due to my years of torment by non flexible APIs ;-) -- Steve