From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:32894 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966229AbeCSTpO (ORCPT ); Mon, 19 Mar 2018 15:45:14 -0400 Date: Mon, 19 Mar 2018 20:45:13 +0100 From: Christoph Hellwig Subject: Re: [PATCH v6 12/15] xfs: require mmap lock for xfs_break_layouts() Message-ID: <20180319194513.GA3160@lst.de> References: <152112908134.24669.10222746224538377035.stgit@dwillia2-desk3.amr.corp.intel.com> <152112914933.24669.5543317105428477772.stgit@dwillia2-desk3.amr.corp.intel.com> <20180319173345.GF1757@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Dan Williams Cc: "Darrick J. Wong" , linux-nvdimm , Ross Zwisler , Dave Chinner , Christoph Hellwig , linux-xfs , linux-fsdevel , Jan Kara , Linux Kernel Mailing List On Mon, Mar 19, 2018 at 10:57:55AM -0700, Dan Williams wrote: > I don't see anything to adapt with respect to mmap locks since reflink > and dax are mutually exclusive. For now. I'll change that pretty soon.