From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:40324 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751232AbdH1Rw7 (ORCPT ); Mon, 28 Aug 2017 13:52:59 -0400 Date: Mon, 28 Aug 2017 19:52:57 +0200 From: Christoph Hellwig To: Ross Zwisler , Christoph Hellwig , Jan Kara , linux-fsdevel@vger.kernel.org, linux-nvdimm@lists.01.org, linux-xfs@vger.kernel.org, Dan Williams Subject: Re: [PATCH 2/3] xfs: consolidate the various page fault handlers Message-ID: <20170828175257.GA29190@lst.de> References: <20170824152207.30729-1-hch@lst.de> <20170824152207.30729-3-hch@lst.de> <20170824212942.GB20489@linux.intel.com> <20170825071538.GB9191@lst.de> <20170828175014.GA17577@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170828175014.GA17577@linux.intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Aug 28, 2017 at 11:50:14AM -0600, Ross Zwisler wrote: > Yep - I'm doing that in include/trace/events/fs_dax.h if you want to just copy > & paste. Oh, nice. But maybe we need the trace point in the core MM instead of in XFS and the DAX code? :)