From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77ACAC433DF for ; Sun, 17 May 2020 16:24:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5E02920809 for ; Sun, 17 May 2020 16:24:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728073AbgEQQY0 (ORCPT ); Sun, 17 May 2020 12:24:26 -0400 Received: from out20-14.mail.aliyun.com ([115.124.20.14]:58400 "EHLO out20-14.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728010AbgEQQYZ (ORCPT ); Sun, 17 May 2020 12:24:25 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.1941293|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_enroll_verification|0.0117065-0.00458725-0.983706;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03303;MF=guan@eryu.me;NM=1;PH=DS;RN=6;RT=6;SR=0;TI=SMTPD_---.HZt5RnS_1589732658; Received: from localhost(mailfrom:guan@eryu.me fp:SMTPD_---.HZt5RnS_1589732658) by smtp.aliyun-inc.com(10.147.43.230); Mon, 18 May 2020 00:24:19 +0800 Date: Mon, 18 May 2020 00:24:18 +0800 From: Eryu Guan To: Amir Goldstein Cc: Eryu Guan , Chengguang Xu , Miklos Szeredi , linux-unionfs@vger.kernel.org, fstests@vger.kernel.org Subject: Re: [PATCH v5] overlay: test for whiteout inode sharing Message-ID: <20200517162418.GG2704@desktop> References: <20200513192338.13584-1-amir73il@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200513192338.13584-1-amir73il@gmail.com> Sender: linux-unionfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-unionfs@vger.kernel.org On Wed, May 13, 2020 at 10:23:38PM +0300, Amir Goldstein wrote: > From: Chengguang Xu > > This is a test for whiteout inode sharing feature. > > [Amir] added check for whiteout sharing support > and whiteout of lower dir. > > Signed-off-by: Chengguang Xu > Signed-off-by: Amir Goldstein > --- > > Chengguang, > > I decided to take a stab at Eryu's challenge ;-) Great! Thanks for the update! Eryu