From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx6-phx2.redhat.com ([209.132.183.39]:37420 "EHLO mx6-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756691AbcJMUr6 (ORCPT ); Thu, 13 Oct 2016 16:47:58 -0400 Date: Thu, 13 Oct 2016 16:46:50 -0400 (EDT) From: CAI Qian To: Al Viro Cc: Andreas Gruenbacher , Miklos Szeredi , Vivek Goyal , linux-fsdevel Message-ID: <1846057861.808141.1476391610699.JavaMail.zimbra@redhat.com> In-Reply-To: <20161013204058.GT19539@ZenIV.linux.org.uk> References: <530387982.494829.1476280492275.JavaMail.zimbra@redhat.com> <2011297919.807400.1476391103491.JavaMail.zimbra@redhat.com> <20161013204058.GT19539@ZenIV.linux.org.uk> Subject: Re: [bisected] Re: docker overlay support broken post v4.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: ----- Original Message ----- > From: "Al Viro" > Sent: Thursday, October 13, 2016 4:40:58 PM > Subject: Re: [bisected] Re: docker overlay support broken post v4.8 > > > Reverted the patchset of "Xattr inode operation removal" against the latest > > mainline > > fixed the problem, i.e., commits below in order. > > > > fd50ecaddf8372a1d96e0daeaac0f93cf04e4d42 > > 6c6ef9f26e598fb977f60935e109cd5b266c941a > > bf3ee71363c0b44acb62f375aea470262ac4210a > > 5d6c31910bc0713e37628dc0ce677dcb13c8ccf4 > > f5c244383725a6de06bc62fa7c54c0ea0d942eec > > 5f6e59ae8277cef221fdbf9b12f0c4f80db59944 > > d0a5b995a308347fdb1bb0412df32acd0312523b > > Where in that branch has that started? Or is it interaction upon merge > between two branches, each working on its own? > Everything is tested on the mainline's master branch. I just use 'git show' the above commits and then 'patch -Np1 -R' to revert them. CAI Qian