From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:50202 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751168AbdHXPTI (ORCPT ); Thu, 24 Aug 2017 11:19:08 -0400 Date: Thu, 24 Aug 2017 17:19:06 +0200 From: Christoph Hellwig To: Dan Williams Cc: Christoph Hellwig , "linux-nvdimm@lists.01.org" , linux-fsdevel Subject: Re: fs_dax_get_by_host in the hot path Message-ID: <20170824151906.GA26646@lst.de> References: <20170824134500.GA25037@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Aug 24, 2017 at 07:48:18AM -0700, Dan Williams wrote: > Sure, I'll get that fixed up. I believe I arrived at this scheme as a > side-effect / misunderstanding of this comment: > > https://groups.google.com/d/msg/linux.kernel/9ho8SFe6RSw/6zTgNaNTCgAJ The current scheme is doing the right thing in terms of returning the dax device from ->iomap_begin. But it still do so efficiently :)