From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756855AbcBCMYw (ORCPT ); Wed, 3 Feb 2016 07:24:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37345 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754725AbcBCMYt (ORCPT ); Wed, 3 Feb 2016 07:24:49 -0500 Date: Wed, 3 Feb 2016 07:24:48 -0500 From: Vivek Goyal To: Konstantin Khlebnikov Cc: linux-fsdevel , linux-unionfs@vger.kernel.org, David Howells , Linux Kernel Mailing List Subject: Re: [PATCH] ovl: ignore lower entries when checking purity of non-directory entries Message-ID: <20160203122448.GA849@redhat.com> References: <145424627339.27058.6895511767458306300.stgit@zurg> <20160201141424.GA1448@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 01, 2016 at 06:43:19PM +0300, Konstantin Khlebnikov wrote: [..] > > Hi Konstantin, > > > > Thanks for the patch. This patch works for me also does not break > > unionmount-testsuite. > > Interesting. I haven't heard about this testsuite. Never read Documentation. =) > > I've send couple of patches for xfstests: this case and fixed bugs in setattr. > This seems much better place for them. I guess running xfstests on overlayfs makes sense too, in an attempt to figure out how overyalfs behavior is different from non layerd file systems like xfs, ext4 etc and how many of those differences can be fixed. Thanks Vivek