From: Jeff Layton <jlayton@kernel.org>
To: fstests@vger.kernel.org
Subject: [PATCH] common/rc: allow setting $SCRATCH_FS_MOUNT_OPTS
Date: Thu, 5 Nov 2020 10:09:36 -0500 [thread overview]
Message-ID: <20201105150936.410407-1-jlayton@kernel.org> (raw)
We already have a $TEST_FS_MOUNT_OPTS which gets applied only to the
test mount, but we don't have a corresponding variable for the scratch
mount. Add one.
Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
common/rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/rc b/common/rc
index 65ebfe201139..23874d1e5b8e 100644
--- a/common/rc
+++ b/common/rc
@@ -308,7 +308,7 @@ _scratch_mount_options()
{
_scratch_options mount
- echo `_common_dev_mount_options $*` $SCRATCH_OPTIONS \
+ echo `_common_dev_mount_options $*` $SCRATCH_OPTIONS $SCRATCH_FS_MOUNT_OPTS \
$SCRATCH_DEV $SCRATCH_MNT
}
--
2.28.0
next reply other threads:[~2020-11-05 15:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-05 15:09 Jeff Layton [this message]
2020-11-08 6:37 ` [PATCH] common/rc: allow setting $SCRATCH_FS_MOUNT_OPTS Eryu Guan
2020-11-09 18:56 ` Jeff Layton
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=20201105150936.410407-1-jlayton@kernel.org \
--to=jlayton@kernel.org \
--cc=fstests@vger.kernel.org \
/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