Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753724AbcKUJyq (ORCPT ); Mon, 21 Nov 2016 04:54:46 -0500 Received: from mail-oi0-f50.google.com ([209.85.218.50]:32778 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753290AbcKUJyo (ORCPT ); Mon, 21 Nov 2016 04:54:44 -0500 MIME-Version: 1.0 X-Originating-IP: [217.173.44.24] 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 10:54:41 +0100 Message-ID: Subject: Re: [PATCH 3/3] ovl: redirect on rename-dir To: Amir Goldstein 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: 313 Lines: 13 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. Also pushed the redirect patches to overlayfs-next, as they seem to have matured enough. Thanks, Miklos