From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from newverein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 3CB2C222A54FB for ; Thu, 4 Jan 2018 00:22:49 -0800 (PST) Date: Thu, 4 Jan 2018 09:27:51 +0100 From: Christoph Hellwig Subject: Re: [PATCH v4 11/18] fs, dax: introduce DEFINE_FSDAX_AOPS Message-ID: <20180104082751.GG2548@lst.de> References: <151407695916.38751.2866053440557472361.stgit@dwillia2-desk3.amr.corp.intel.com> <151407701943.38751.8997225433943672290.stgit@dwillia2-desk3.amr.corp.intel.com> <20171227052910.GE24828@bombadil.infradead.org> <20180103160503.GM4911@quack2.suse.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20180103160503.GM4911@quack2.suse.cz> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" To: Jan Kara Cc: linux-nvdimm@lists.01.org, Matthew Wilcox , Matthew Wilcox , Christoph Hellwig , linux-xfs , linux-fsdevel , Andrew Morton List-ID: On Wed, Jan 03, 2018 at 05:05:03PM +0100, Jan Kara wrote: > Just for record I agree with what Dave said about this patch. Generic > address_space_operations are not how aops are commonly defined by > filesystems. Just create one structure for each fs as Dave suggested. Agreed. _______________________________________________ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:47901 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751721AbeADI1x (ORCPT ); Thu, 4 Jan 2018 03:27:53 -0500 Date: Thu, 4 Jan 2018 09:27:51 +0100 From: Christoph Hellwig Subject: Re: [PATCH v4 11/18] fs, dax: introduce DEFINE_FSDAX_AOPS Message-ID: <20180104082751.GG2548@lst.de> References: <151407695916.38751.2866053440557472361.stgit@dwillia2-desk3.amr.corp.intel.com> <151407701943.38751.8997225433943672290.stgit@dwillia2-desk3.amr.corp.intel.com> <20171227052910.GE24828@bombadil.infradead.org> <20180103160503.GM4911@quack2.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180103160503.GM4911@quack2.suse.cz> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Jan Kara Cc: Dan Williams , Matthew Wilcox , Andrew Morton , Matthew Wilcox , linux-nvdimm@lists.01.org, linux-xfs , Jeff Moyer , linux-fsdevel , Ross Zwisler , Christoph Hellwig On Wed, Jan 03, 2018 at 05:05:03PM +0100, Jan Kara wrote: > Just for record I agree with what Dave said about this patch. Generic > address_space_operations are not how aops are commonly defined by > filesystems. Just create one structure for each fs as Dave suggested. Agreed.