On Wed, Jul 12, 2017 at 1:36 PM, Eryu Guan <eguan@xxxxxxxxxx> wrote: > On Tue, Jul 11, 2017 at 10:52:03PM +0300, Amir Goldstein wrote: >> When overlayfs is configured with CONFIG_OVERLAY_FS_INDEX=y, >> workdir from previous overlay mount cannot be reused in a new >> overlay mount that uses a different upper dir. >> >> Fix the test to use a different workdir when mounting with a >> different upper dir. >> >> This change has not effect on older kernels and overlay >> configured without CONFIG_OVERLAY_FS_INDEX. >> >> Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> >> --- >> tests/overlay/014 | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> >> diff --git a/tests/overlay/014 b/tests/overlay/014 >> index 40d10f5..6a551b7 100755 >> --- a/tests/overlay/014 >> +++ b/tests/overlay/014 >> @@ -63,12 +63,13 @@ lowerdir1=$OVL_BASE_SCRATCH_MNT/lower1 >> lowerdir2=$OVL_BASE_SCRATCH_MNT/lower2 >> upperdir=$OVL_BASE_SCRATCH_MNT/upper >> workdir=$OVL_BASE_SCRATCH_MNT/workdir >> -mkdir -p $lowerdir1 $lowerdir2 $upperdir $workdir > > I added some comments before creating workdir2 (mostly copied from your > overlay document patch), please let me know if you have different > thoughts. > > +# When overlay inode index feature is enabled, using an upper layer path and/or > +# a workdir path that are already used by another overlay mount is not allowed > +# and will fail with EBUSY, so create another workdir for the second overlay > +# mount >> +workdir2=$OVL_BASE_SCRATCH_MNT/workdir2 >> +mkdir -p $lowerdir1 $lowerdir2 $upperdir $workdir $workdir2 >> mkdir -p $lowerdir1/testdir/d > Looks good to me. Thanks -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html