Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753956AbcKUKNL (ORCPT ); Mon, 21 Nov 2016 05:13:11 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:35212 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753905AbcKUKNH (ORCPT ); Mon, 21 Nov 2016 05:13:07 -0500 MIME-Version: 1.0 In-Reply-To: References: <1477380887-21333-1-git-send-email-mszeredi@redhat.com> <1477380887-21333-4-git-send-email-mszeredi@redhat.com> <20161025115748.ydhkkp5cfcdnjzwn@home.ouaza.com> <20161107110319.7goz3ym3e6fu5lag@home.ouaza.com> <20161107134215.2v5leafss2mamim5@home.ouaza.com> From: Amir Goldstein Date: Mon, 21 Nov 2016 12:13:04 +0200 Message-ID: Subject: Re: [PATCH 3/3] ovl: redirect on rename-dir To: Miklos Szeredi Cc: Raphael Hertzog , Konstantin Khlebnikov , Miklos Szeredi , "linux-unionfs@vger.kernel.org" , Guillem Jover , linux-fsdevel , Linux Kernel Mailing List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 486 Lines: 19 On Mon, Nov 21, 2016 at 11:54 AM, Miklos Szeredi wrote: > On Fri, Nov 18, 2016 at 4:37 PM, Amir Goldstein wrote: > >> Found one typo and one bug in error that can cause crash on dput(ERR_PTR(err)): > > Thanks. > > Fixes force pushed to overlayfs-next. All right. I had the (wrong) impression the next was not a rewindable branch. > > Also pushed the redirect patches to overlayfs-next, as they seem to > have matured enough. > Agreed. Amir.