Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030249AbcCQKTL (ORCPT ); Thu, 17 Mar 2016 06:19:11 -0400 Received: from mail-vk0-f66.google.com ([209.85.213.66]:33323 "EHLO mail-vk0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965708AbcCQKTH convert rfc822-to-8bit (ORCPT ); Thu, 17 Mar 2016 06:19:07 -0400 MIME-Version: 1.0 Reply-To: sedat.dilek@gmail.com In-Reply-To: References: <1458205323-25685-1-git-send-email-miklos@szeredi.hu> Date: Thu, 17 Mar 2016 11:19:05 +0100 Message-ID: Subject: Re: [PATCH 1/4] vfs: add file_dentry() From: Sedat Dilek To: Miklos Szeredi Cc: LKML , linux-fsdevel , David Howells , Al Viro , Goldwyn Rodrigues , Trond Myklebust , stable@vger.kernel.org, "Theodore Ts'o" , Daniel Axtens Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1099 Lines: 31 On Thu, Mar 17, 2016 at 11:15 AM, Sedat Dilek wrote: > On Thu, Mar 17, 2016 at 10:33 AM, Miklos Szeredi wrote: >> On Thu, Mar 17, 2016 at 10:09 AM, Sedat Dilek wrote: >>> On Thu, Mar 17, 2016 at 10:02 AM, Miklos Szeredi wrote: >>>> From: Miklos Szeredi >>>> >>>> This series fixes bugs in nfs and ext4 due to 4bacc9c9234c ("overlayfs: Make >>>> f_path always point to the overlay and f_inode to the underlay"). >>>> >>> >>> Can you put that series in your vfs.git tree? >>> Easier for getting and testing. >> >> Ok, pushed to: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git file_dentry >> > > Is that correct the ext4-related patches 3/4 and 4/4 are Linux-v4.5 material? > Not applicable fpr v4.4.y-stable? > Sorry, for disturbing again - parallelly building some other software which needs my attention. Why didn't you split 1/4 into a vfs (generic) part and overlayfs (related) part? Thinking of bisecting or backporting ovl fixes. Just my €0,02. - Sedat -