Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753890AbcKUKQx (ORCPT ); Mon, 21 Nov 2016 05:16:53 -0500 Received: from mail-qk0-f174.google.com ([209.85.220.174]:34095 "EHLO mail-qk0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753626AbcKUKQw (ORCPT ); Mon, 21 Nov 2016 05:16:52 -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: Miklos Szeredi Date: Mon, 21 Nov 2016 11:16:49 +0100 Message-ID: Subject: Re: [PATCH 3/3] ovl: redirect on rename-dir To: Amir Goldstein Cc: Miklos Szeredi , Raphael Hertzog , Konstantin Khlebnikov , "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: 660 Lines: 18 On Mon, Nov 21, 2016 at 11:13 AM, Amir Goldstein wrote: > 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. That depends on how many devel branches are broken by such an action. In case of overlayfs-next, there doesn't appear to be too much of that, so for now I feel free to mess with it. Thanks, Miklos