From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep Date: Sun, 14 Oct 2018 10:22:37 -0700 Message-ID: <20181014172237.GF30673@infradead.org> References: <153938912912.8361.13446310416406388958.stgit@magnolia> <153938921860.8361.1983470639945895613.stgit@magnolia> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 To: "Darrick J. Wong" Return-path: Content-Disposition: inline In-Reply-To: <153938921860.8361.1983470639945895613.stgit@magnolia> Sender: linux-btrfs-owner@vger.kernel.org List-Id: linux-cifs.vger.kernel.org On Fri, Oct 12, 2018 at 05:06:58PM -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. > > Signed-off-by: Darrick J. Wong > Reviewed-by: Amir Goldstein It seems like we should have passed this down earlier before all the renaing and adding new helpers that could have easily started out with the flags. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Sun, 14 Oct 2018 10:22:37 -0700 Subject: [Ocfs2-devel] [PATCH 11/25] vfs: pass remap flags to generic_remap_file_range_prep In-Reply-To: <153938921860.8361.1983470639945895613.stgit@magnolia> References: <153938912912.8361.13446310416406388958.stgit@magnolia> <153938921860.8361.1983470639945895613.stgit@magnolia> Message-ID: <20181014172237.GF30673@infradead.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 On Fri, Oct 12, 2018 at 05:06:58PM -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. > > Signed-off-by: Darrick J. Wong > Reviewed-by: Amir Goldstein It seems like we should have passed this down earlier before all the renaing and adding new helpers that could have easily started out with the flags.