From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756803AbcB0TV5 (ORCPT ); Sat, 27 Feb 2016 14:21:57 -0500 Received: from imap.thunk.org ([74.207.234.97]:34340 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751389AbcB0TV4 (ORCPT ); Sat, 27 Feb 2016 14:21:56 -0500 Date: Sat, 27 Feb 2016 14:21:48 -0500 From: "Theodore Ts'o" To: Jan Kara Cc: Ross Zwisler , linux-kernel@vger.kernel.org, Dan Williams , Jan Kara , Matthew Wilcox , linux-ext4@vger.kernel.org, linux-nvdimm@ml01.01.org Subject: Re: [PATCH] ext2, ext4: Fix issue with missing journal entry Message-ID: <20160227192148.GC15325@thunk.org> Mail-Followup-To: Theodore Ts'o , Jan Kara , Ross Zwisler , linux-kernel@vger.kernel.org, Dan Williams , Jan Kara , Matthew Wilcox , linux-ext4@vger.kernel.org, linux-nvdimm@lists.01.org References: <1453921308-5544-1-git-send-email-ross.zwisler@linux.intel.com> <20160128131630.GI7726@quack.suse.cz> <20160128163211.GA19770@linux.intel.com> <20160224204446.GB13473@linux.intel.com> <20160225083728.GA24965@quack.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160225083728.GA24965@quack.suse.cz> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 25, 2016 at 09:37:28AM +0100, Jan Kara wrote: > > Looks like this patch didn't ever get merged for v4.5? Is it still queued for > > v4.6? > > Ted has been pretty busy lately and we probably didn't make it sufficiently > clear that he should pick up this patch. Ted, can you please pick up this > patch and push it to 4.5? Thanks. Feel free to add my: > > Reviewed-by: Jan Kara Sorry, yes, I missed this one since most of the DAX patches have been going through other trees. I've just sent a pull request to Linus. - Ted