From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: References: <20180412150826.20988-1-mszeredi@redhat.com> From: Miklos Szeredi Date: Tue, 8 May 2018 16:25:12 +0200 Message-ID: Subject: Re: [RFC PATCH 00/35] overlayfs: stack file operations To: Amir Goldstein Cc: overlayfs , linux-fsdevel , linux-kernel , Vivek Goyal , "J. R. Okajima" , Ritesh Harjani , Matthew Wilcox , Miklos Szeredi Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: On Sat, May 5, 2018 at 6:37 PM, Amir Goldstein wrote: > On Fri, May 4, 2018 at 6:23 PM, Miklos Szeredi wrote: >> On Thu, Apr 12, 2018 at 5:07 PM, Miklos Szeredi wrote: >> >>> Git tree is here: >>> >>> git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-rorw >> >> Thanks everyone for your review. >> >> Force pushed new version to the above branch. >> >> Hopefully no comment was missed (I didn't add more reverts yet, those >> can wait). I'll do a mailbomb as well next week and start processing >> the metacopy patches. >> > > Ran -g auto xfstests on overlay over xfs+reflink. > There are no failures and no changes w.r.t skipped tests since v4.17-rc1. > > ACK on w.r.t addressing my review comments. > > ACK on the freeze protection fix. > Not sure if the fact that we take __mnt_want_write() on overlay and not on > upper_mnt for ovl_real_ioctl() is a problem (i.e. can upper_mnt become > readonly from under overlay? and do we care?). I don't think we care. The mount part of the real path doesn't play a very important part because it's private to the overlay and it's never modified. It would be interesting to dig into the places it is used (may not be necessary in all cases), but that's for later. Thanks, Miklos