From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bedivere.hansenpartnership.com ([66.63.167.143]:46016 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966053AbeFOQfv (ORCPT ); Fri, 15 Jun 2018 12:35:51 -0400 Message-ID: <1529080549.4048.14.camel@HansenPartnership.com> Subject: Re: shiftfs status and future development From: James Bottomley To: Seth Forshee Cc: containers@lists.linux-foundation.org, linux-fsdevel@vger.kernel.org, Tyler Hicks , Christian Brauner Date: Fri, 15 Jun 2018 09:35:49 -0700 In-Reply-To: <20180615154641.GH30028@ubuntu-xps13> References: <20180614184448.GC30028@ubuntu-xps13> <1529076534.4048.10.camel@HansenPartnership.com> <20180615154641.GH30028@ubuntu-xps13> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, 2018-06-15 at 10:46 -0500, Seth Forshee wrote: [...] > Subject: [PATCH] shiftfs: Forward port to 4.17-rc6 > > Signed-off-by: Seth Forshee > --- >  fs/shiftfs.c | 17 +++++++++-------- >  1 file changed, 9 insertions(+), 8 deletions(-) > > diff --git a/fs/shiftfs.c b/fs/shiftfs.c > index ea8ac57b3ce1..fa0797bd7880 100644 > --- a/fs/shiftfs.c > +++ b/fs/shiftfs.c > @@ -109,12 +109,12 @@ static void shiftfs_d_release(struct dentry > *dentry) >   >  static struct dentry *shiftfs_d_real(struct dentry *dentry, >        const struct inode *inode, > -      unsigned int flags) > +      unsigned int open_flag Well, that's an oopsie: I already have this change in my code base. I think I probably did it at the last minute for a conference presentation (the log indicates it was done in the 4.14 timeframe) and then forgot to repost the patches, which would explain why it's still nicely compiling for me ... I can repost so we've got code to hang the discussion on. James