Linux Overlay Filesystem development
 help / color / mirror / Atom feed
From: Eryu Guan <eguan@redhat.com>
To: Amir Goldstein <amir73il@gmail.com>
Cc: Chandan Rajendra <chandan@linux.vnet.ibm.com>,
	fstests <fstests@vger.kernel.org>,
	overlayfs <linux-unionfs@vger.kernel.org>
Subject: Re: [PATCH V3] overlay: Test consistent st_ino numbers for non-samefs scenario
Date: Sun, 19 Nov 2017 19:11:19 +0800	[thread overview]
Message-ID: <20171119111119.GE2749@eguan.usersys.redhat.com> (raw)
In-Reply-To: <CAOQ4uxgDO+32gU_WvOKgg=ex1j-+gVX3EUfMiMG-o+CrUog72w@mail.gmail.com>

On Sat, Nov 18, 2017 at 10:33:34PM +0200, Amir Goldstein wrote:
> On Sat, Nov 18, 2017 at 7:57 AM, Chandan Rajendra
> <chandan@linux.vnet.ibm.com> wrote:
> > This commit adds a test to verify consistent st_ino feature when
> > the overlayfs instance is composed of two different underlying
> > filesystem instances.
> >
> > For example,
> > $ mount -t xfs /dev/loop0 /mnt/test
> > $ mount -t xfs /dev/loop1 /mnt/scratch
> > $ mkdir /mnt/scratch/upper
> > $ mkdir /mnt/scratch/work
> > $ mount -t overlay overlay -o lowerdir=/mnt/test \
> >         -o upperdir=/mnt/scratch/upper \
> >         -o workdir=/mnt/scratch/work /mnt/merge
> >
> > The goal of this test is to verify that overlayfs returns consistent
> > st_ino for the following scenarios,
> > - Copy-up of lowerdir files
> > - Rename files and drop dentry/inode cache
> > - Remount the overlayfs instance
> >
> > Signed-off-by: Chandan Rajendra <chandan@linux.vnet.ibm.com>
> 
> Looks good.
> 
> I reviewed and verified that all test you modified and added work as expected
> with index=on/off (does not change result) and with/without 32bit inode/xino
> (new tests fail on 64 ino and pass with 32bit ino or -o xino)
> 
> For Eryu, it would have been more clear if you posted this test in
> the same series as 017,018,044 and re-post the "t_dir_type strtoul" change

I've taken the "t_dir_type strtoul" patch and am about to push new
patches to upstream for this week's update.

> on the same series, just to highlight that they are all related and dependencies
> between them. Nevermind now, but in case you need to re-post.

Thanks for all the review!

Eryu

  reply	other threads:[~2017-11-19 11:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-18  5:57 [PATCH V3] overlay: Test consistent st_ino numbers for non-samefs scenario Chandan Rajendra
2017-11-18 20:33 ` Amir Goldstein
2017-11-19 11:11   ` Eryu Guan [this message]
2017-11-19 11:30     ` Amir Goldstein

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=20171119111119.GE2749@eguan.usersys.redhat.com \
    --to=eguan@redhat.com \
    --cc=amir73il@gmail.com \
    --cc=chandan@linux.vnet.ibm.com \
    --cc=fstests@vger.kernel.org \
    --cc=linux-unionfs@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