From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f196.google.com ([209.85.161.196]:35078 "EHLO mail-yw0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751280AbeEQQOB (ORCPT ); Thu, 17 May 2018 12:14:01 -0400 MIME-Version: 1.0 In-Reply-To: References: <1526379972-20923-1-git-send-email-amir73il@gmail.com> <1526379972-20923-2-git-send-email-amir73il@gmail.com> <20180515132328.GA11678@redhat.com> <20180517085305.GA23785@veci.piliscsaba.redhat.com> From: Amir Goldstein Date: Thu, 17 May 2018 19:14:00 +0300 Message-ID: Subject: Re: [PATCH v3 1/4] ovl: use insert_inode_locked4() to hash a newly created inode To: Miklos Szeredi Cc: Vivek Goyal , Al Viro , overlayfs , linux-fsdevel Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, May 17, 2018 at 12:07 PM, Miklos Szeredi wrote: > On Thu, May 17, 2018 at 10:58 AM, Amir Goldstein wrote: > >>> --- >>> diff --git a/fs/inode.c b/fs/inode.c >>> index 13ceb98c3bd3..bb79e3f96147 100644 >>> --- a/fs/inode.c >>> +++ b/fs/inode.c >>> @@ -1002,6 +1002,52 @@ void unlock_two_nondirectories(struct inode *inode1, struct inode *inode2) >>> } >>> EXPORT_SYMBOL(unlock_two_nondirectories); >>> >>> +struct inode *iget5_prealloc(struct inode *inode, >>> + struct super_block *sb, unsigned long hashval, >> >> Maybe no need to pass in @sb... > Pushed new version with iget5_prealloc() and another cleanup patch from Vivek to: https://github.com/amir73il/linux/commits/ovl-fixes It passed xfstest overlay/quick. Will run some more tests tomorrow and post the patches. Thanks, Amir.