All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xiao Yang <yangx.jy@cn.fujitsu.com>
To: <fstests@vger.kernel.org>
Cc: <amir73il@gmail.com>, Xiao Yang <yangx.jy@cn.fujitsu.com>
Subject: [PATCH] overlay/071: Fix undefined OVL_BASE_SCRATCH_DIR
Date: Wed, 30 Sep 2020 13:04:09 +0800	[thread overview]
Message-ID: <20200930050409.24705-1-yangx.jy@cn.fujitsu.com> (raw)

Replace undefined OVL_BASE_SCRATCH_DIR with OVL_BASE_SCRATCH_MNT

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
---
 tests/overlay/071 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/overlay/071 b/tests/overlay/071
index f18429c9..ac2324c8 100755
--- a/tests/overlay/071
+++ b/tests/overlay/071
@@ -59,9 +59,9 @@ lower=$OVL_BASE_TEST_DIR/$OVL_LOWER-$seq
 upper=$OVL_BASE_SCRATCH_MNT/$OVL_UPPER
 work=$OVL_BASE_SCRATCH_MNT/$OVL_WORK
 # Lower dir of nested overlay is the scratch overlay mount at SCRATCH_MNT
-upper2=$OVL_BASE_SCRATCH_DIR/$OVL_UPPER.2
-work2=$OVL_BASE_SCRATCH_DIR/$OVL_WORK.2
-mnt2=$OVL_BASE_SCRATCH_DIR/$OVL_MNT.2
+upper2=$OVL_BASE_SCRATCH_MNT/$OVL_UPPER.2
+work2=$OVL_BASE_SCRATCH_MNT/$OVL_WORK.2
+mnt2=$OVL_BASE_SCRATCH_MNT/$OVL_MNT.2
 
 lowerdir=$lower/lowertestdir
 upperdir=$upper/uppertestdir
-- 
2.25.1




             reply	other threads:[~2020-09-30  5:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-30  5:04 Xiao Yang [this message]
2020-09-30  5:32 ` [PATCH] overlay/071: Fix undefined OVL_BASE_SCRATCH_DIR Xiao Yang
2020-09-30  7:54   ` Amir Goldstein
2020-09-30 14:05     ` Xiao Yang

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=20200930050409.24705-1-yangx.jy@cn.fujitsu.com \
    --to=yangx.jy@cn.fujitsu.com \
    --cc=amir73il@gmail.com \
    --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 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.