From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amir Goldstein Subject: Re: [PATCH v4 00/15] overlayfs constant inode numbers Date: Wed, 10 May 2017 11:58:50 +0300 Message-ID: References: <1493646126-10101-1-git-send-email-amir73il@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-oi0-f49.google.com ([209.85.218.49]:34121 "EHLO mail-oi0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752519AbdEJI6w (ORCPT ); Wed, 10 May 2017 04:58:52 -0400 In-Reply-To: Sender: linux-unionfs-owner@vger.kernel.org List-Id: linux-unionfs@vger.kernel.org To: Miklos Szeredi Cc: Vivek Goyal , Al Viro , "linux-unionfs@vger.kernel.org" , linux-fsdevel On Fri, May 5, 2017 at 12:58 PM, Amir Goldstein wrote: > On Fri, May 5, 2017 at 12:53 PM, Miklos Szeredi wrote: >> On Fri, May 5, 2017 at 9:55 AM, Amir Goldstein wrote: >>> On Fri, May 5, 2017 at 10:25 AM, Amir Goldstein wrote: >>>> >>>> You also forgot to mention in changes since v6: >>>> >>>> - store 'null' fh instead of 'invalid' fh >>> >>> And w.r.t. that change, the following comment in ovl_get_origin() >>> is a bit confusing now, because the comment referring to >>> 'invalid' file handles was removed from the function. >>> >>> /* Treat empty origin as "invalid" */ >> >> Okay, with cosmetic fixes pushed to overlayfs-next. > > Looks good. > Miklos, FYI, I have implemented verify_lower mount option: https://github.com/amir73il/linux/commits/ovl-verify-lower and tested it below overlay snapshots tests, so for what its worth, 'store file handle' and 'lookup file handle' from overlayfs-next (merged to current master) have now been also exercised with lots of lower changes and mount cycles. Is it too soon to nudge you about the pull request? ;-) Amir.