From: Cyril Hrubis <chrubis@suse.cz>
To: Vasileios Almpanis <vasileios.almpanis@virtuozzo.com>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH] df01: detect "fuse" fstype in addition to "fuseblk"
Date: Wed, 8 Jul 2026 14:30:53 +0200 [thread overview]
Message-ID: <ak5C_StwTDuJFs6W@yuki.lan> (raw)
In-Reply-To: <3717ecd4-8218-4a71-8e37-119300dc8a11@virtuozzo.com>
Hi!
> >> setup()
> >> {
> >> - DF_FS_TYPE="$(grep -E "$TST_MNTPOINT ($TST_FS_TYPE|fuseblk)" /proc/mounts | awk 'NR==1{print $3}')"
> >> + DF_FS_TYPE="$(grep -E "$TST_MNTPOINT ($TST_FS_TYPE|fuseblk|fuse)" /proc/mounts | awk 'NR==1{print $3}')"
> > fuse is a substring of fuseblk so just ($TST_FS_TYPE|fuse) should
> > suffice, right?
>
> Hi Chris, looking at it again, yes you are right just fuse would catch
> both cases. I see the patch is already in master
> do you want me to send another one or shall we leave it as it is?
Just send a patch againts latest git head that removes the fuseblk.
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
prev parent reply other threads:[~2026-07-08 12:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-01 11:00 [LTP] [PATCH] df01: detect "fuse" fstype in addition to "fuseblk" Vasileios Almpanis via ltp
2026-07-01 12:22 ` [LTP] " linuxtestproject.agent
2026-07-01 18:17 ` [LTP] [PATCH] " Avinesh Kumar via ltp
2026-07-02 8:39 ` Andrea Cervesato via ltp
2026-07-02 8:40 ` Andrea Cervesato via ltp
2026-07-07 10:29 ` Cyril Hrubis
2026-07-08 10:23 ` Vasileios Almpanis via ltp
2026-07-08 12:30 ` Cyril Hrubis [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ak5C_StwTDuJFs6W@yuki.lan \
--to=chrubis@suse.cz \
--cc=ltp@lists.linux.it \
--cc=vasileios.almpanis@virtuozzo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox