[LTP] [PATCH] lib: Move tst_get_supported_fs_types() to private header
    Petr Vorel 
    pvorel@suse.cz
       
    Mon Jun  2 17:06:47 CEST 2025
    
    
  
Hi Cyril,
> The function is not supposed to be used by tests hence it shouldn't be
> part of the tst_fs.h include by them.
Reviewed-by: Petr Vorel <pvorel@suse.cz>
...
> +/*
> + * 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?
Kind regards,
Petr
    
    
More information about the ltp
mailing list