[LTP] [PATCH] lib: Move tst_get_supported_fs_types() to private header
Cyril Hrubis
chrubis@suse.cz
Fri Aug 29 15:15:28 CEST 2025
Hi!
> > +/*
> > + * Returns NULL-terminated array of kernel-supported filesystems.
> > + *
> > + * @skiplist A NULL terminated array of filesystems to skip.
> > + */
> > +const char **tst_get_supported_fs_types(const char *const *skiplist);
>
> BTW I suppose as a "private" header is not supposed to be used in in test programs
> we don't want to use kerneldoc, right?
Do we? There should be some kind of documentation even for internal
functions and I do not see a reson to use a different format. Having
kerneldoc vs doxygen is confusing enough for me adding third format
wouldn't help.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list