On Fri, Jun 28, 2019 at 11:11:26PM +0100, fdman...@kernel.org wrote: > From: Filipe Manana <fdman...@suse.com> > > Move the code that is responsible for dropping extents in a range out of > btrfs_punch_hole() into a new helper function, btrfs_punch_hole_range(), > so that later it can be used by the reflinking (extent cloning and dedup) > code to fix a ENOSPC bug. > > Signed-off-by: Filipe Manana <fdman...@suse.com> > --- > > V2: No changes from V1, only the second patch in the series changed.
Patches 1 and 2 added to misc-next. Further cleanups in that code would be welcome. Thanks.