From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:57551 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932628AbcIEO61 (ORCPT ); Mon, 5 Sep 2016 10:58:27 -0400 Date: Mon, 5 Sep 2016 07:57:51 -0700 From: Christoph Hellwig To: Christoph Hellwig Cc: david@fromorbit.com, viro@ZenIV.linux.org.uk, darrick.wong@oracle.com, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, xfs@oss.sgi.com, linux-api@vger.kernel.org Subject: Re: [PATCH 4/6] fs: add iomap_file_dirty Message-ID: <20160905145751.GC7662@infradead.org> References: <147216784041.525.7722906502172299465.stgit@birch.djwong.org> <147216786712.525.5901639662288553230.stgit@birch.djwong.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <147216786712.525.5901639662288553230.stgit@birch.djwong.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Aug 25, 2016 at 04:31:07PM -0700, Christoph Hellwig wrote: > Originally-from: Christoph Hellwig This should be a From: Christoph Hellwig so that git picks up authorship information correctly. > XXX: might want a bigger name, and possible a better implementation > that doesn't require two lookups in the radix tree. And these need to be looked into. I can take a stab at it, but I need to get a few other things off my plate first.