Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751970AbdF3IBe (ORCPT ); Fri, 30 Jun 2017 04:01:34 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33937 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751935AbdF3IBc (ORCPT ); Fri, 30 Jun 2017 04:01:32 -0400 Date: Fri, 30 Jun 2017 10:01:23 +0200 From: Miklos Szeredi To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-unionfs@vger.kernel.org Subject: [GIT PULL] overlayfs fixes for 4.12-final Message-ID: <20170630080123.GA4637@veci.piliscsaba.szeredi.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 456 Lines: 19 Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus Fix two bugs in copy-up code. One introduced in 4.11 and one in 4.12-rc. Thanks, Miklos --- Miklos Szeredi (2): ovl: copy-up: don't unlock between lookup and link ovl: don't set origin on broken lower hardlink --- fs/overlayfs/copy_up.c | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-)