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: Tue, 7 Jul 2026 12:29:36 +0200 [thread overview]
Message-ID: <akzVEOMWp6p1NSr5@yuki.lan> (raw)
In-Reply-To: <20260701110038.175976-1-vasileios.almpanis@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?
> }
>
> df_test()
> --
> 2.47.3
>
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
prev parent reply other threads:[~2026-07-07 10:30 UTC|newest]
Thread overview: 6+ 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 [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=akzVEOMWp6p1NSr5@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