From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 17 Oct 2018 01:28:58 -0700 From: Christoph Hellwig To: "Darrick J. Wong" Cc: david@fromorbit.com, sandeen@redhat.com, linux-nfs@vger.kernel.org, linux-cifs@vger.kernel.org, Amir Goldstein , linux-unionfs@vger.kernel.org, linux-xfs@vger.kernel.org, linux-mm@kvack.org, linux-btrfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, ocfs2-devel@oss.oracle.com Subject: Re: [PATCH 11/26] vfs: pass remap flags to generic_remap_file_range_prep Message-ID: <20181017082858.GC16896@infradead.org> References: <153965939489.1256.7400115244528045860.stgit@magnolia> <153965947208.1256.13169150057249233851.stgit@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <153965947208.1256.13169150057249233851.stgit@magnolia> Sender: owner-linux-mm@kvack.org List-ID: On Mon, Oct 15, 2018 at 08:11:12PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong > > Plumb the remap flags through the filesystem from the vfs function > dispatcher all the way to the prep function to prepare for behavior > changes in subsequent patches. Looks good, Reviewed-by: Christoph Hellwig