All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] tst_fs_type_name(): Add VFAT support
@ 2022-09-21 15:50 Martin Doucha
  2022-09-22  3:55 ` Li Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Doucha @ 2022-09-21 15:50 UTC (permalink / raw)
  To: ltp

Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [LTP] [PATCH] tst_fs_type_name(): Add VFAT support
  2022-09-21 15:50 [LTP] [PATCH] tst_fs_type_name(): Add VFAT support Martin Doucha
@ 2022-09-22  3:55 ` Li Wang
  2022-09-22  7:12   ` Petr Vorel
  0 siblings, 1 reply; 3+ messages in thread
From: Li Wang @ 2022-09-22  3:55 UTC (permalink / raw)
  To: Martin Doucha; +Cc: LTP List


[-- Attachment #1.1: Type: text/plain, Size: 799 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 1924 bytes --]

[-- Attachment #2: Type: text/plain, Size: 60 bytes --]


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [LTP] [PATCH] tst_fs_type_name(): Add VFAT support
  2022-09-22  3:55 ` Li Wang
@ 2022-09-22  7:12   ` Petr Vorel
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Vorel @ 2022-09-22  7:12 UTC (permalink / raw)
  To: Li Wang; +Cc: LTP List

Hi Martin, Li,

thanks, merged!

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-22  7:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-21 15:50 [LTP] [PATCH] tst_fs_type_name(): Add VFAT support Martin Doucha
2022-09-22  3:55 ` Li Wang
2022-09-22  7:12   ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.