From: Christoph Hellwig Subject: Re: [PATCH 19/19] xfs: Add support for MAP_SYNC flag Date: Fri, 13 Oct 2017 00:28:24 -0700 Message-ID: <20171013072824.GH9105@infradead.org> References: <20171011200603.27442-1-jack@suse.cz> <20171011200603.27442-20-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-xfs@vger.kernel.org, Christoph Hellwig , Dan Williams , Ross Zwisler , Ted Tso , "Darrick J. Wong" To: Jan Kara Return-path: Received: from bombadil.infradead.org ([65.50.211.133]:54561 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750722AbdJMH2Z (ORCPT ); Fri, 13 Oct 2017 03:28:25 -0400 Content-Disposition: inline In-Reply-To: <20171011200603.27442-20-jack@suse.cz> Sender: linux-ext4-owner@vger.kernel.org List-ID: Should be merged go into the previous patch. Also I just noticed how I misread ->mmap_validate in the first patch - it doesn't just validate the mmap arguments but also replaces ->mmap itself. Which means that a) the name for it is very confusing, and b) we should at very least have it fully replace ->mmap for file systems that implement it, that is ext4 and xfs should not have to implement both but just the new one.