From: Theodore Ts'o Subject: Re: [PATCH 0/5] Miklos's vfs/nfs/ext4 patches in the ext4.git tree Date: Sun, 27 Mar 2016 14:15:06 -0400 Message-ID: <20160327181506.GF31129@thunk.org> References: <1459026600-9232-1-git-send-email-tytso@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ext4 Developers List , David Howells , Al Viro , Linux Filesystem Development List , jaegeuk@kernel.org To: Sedat Dilek Return-path: Received: from imap.thunk.org ([74.207.234.97]:35578 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752561AbcC0SPP (ORCPT ); Sun, 27 Mar 2016 14:15:15 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: On Sun, Mar 27, 2016 at 10:06:14AM +0200, Sedat Dilek wrote: > On Sat, Mar 26, 2016 at 10:09 PM, Theodore Ts'o wrote: > > I have the following patches in the ext4.git tree which I plan to push > > to Linus as bug fixes during this development cycles. Al, are you > > happy with Miklos's v2 version of "fs: add file_dentrY()" patch? > > > > Miklos Szeredi (4): > > fs: add file_dentry() > > nfs: use file_dentry() > > ext4: use dget_parent() in ext4_file_open() > > ext4: use file_dentry() > > > > Theodore Ts'o (1): > > ext4 crypto: use dget_parent() in ext4_d_revalidate() > > > > I asked that already in a previous series of that patchset. > > Are those CC-stable-tags correct? > > fs: add file_dentry() > Cc: # v4.2 To quote from the commit description 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"). % git tag --contains 4bacc9c9234c | grep ^v | head -1 v4.2 Cheers, - Ted