[LTP] [PATCH] tst_fs_type_name(): Add VFAT support
Li Wang
liwang@redhat.com
Thu Sep 22 05:55:28 CEST 2022
On Wed, Sep 21, 2022 at 11:50 PM Martin Doucha <mdoucha@suse.cz> wrote:
> Signed-off-by: Martin Doucha <mdoucha@suse.cz>
>
Reviewed-by: Li Wang <liwang@redhat.com>
> ---
> lib/tst_fs_type.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/lib/tst_fs_type.c b/lib/tst_fs_type.c
> index 78944efcf..d9c9c0817 100644
> --- a/lib/tst_fs_type.c
> +++ b/lib/tst_fs_type.c
> @@ -68,6 +68,8 @@ const char *tst_fs_type_name(long f_type)
> return "overlayfs";
> case TST_FUSE_MAGIC:
> return "fuse";
> + case TST_VFAT_MAGIC:
> + return "vfat";
> case TST_EXFAT_MAGIC:
> return "exfat";
> default:
> --
> 2.37.3
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
>
>
--
Regards,
Li Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20220922/344e3dd3/attachment.htm>
More information about the ltp
mailing list