On Wed, Jun 19, 2024 at 09:31:48AM -0700, Darrick J. Wong wrote: > On Tue, Jun 18, 2024 at 11:09:22PM -0700, Christoph Hellwig wrote: > > On Mon, Jun 17, 2024 at 05:47:48PM -0700, Darrick J. Wong wrote: > > > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > > > > > The latest draft of the EXCHANGERANGE ioctl has dropped the flag that > > > enforced that the two files being operated upon were exactly the same > > > length as was specified in the ioctl parameters. Remove this check > > > since it's now defunct. > > > > The last draft is what got merged into 6.10-rc as far as I can tell, > > so maybe update the commit message for that? > > "The final version of the EXCHANGERANGE ioctl..." Will change "The latest draft" to "The final version" when I merge it. Thanks, Zorro > > > Otherwise looks good: > > > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> > > Thanks! > > --D >