On Thu, Jan 31, 2019 at 04:31:49PM +, Filipe Manana wrote:
> On Wed, Dec 12, 2018 at 6:07 PM wrote:
> >
> > From: Filipe Manana
> >
> > Comparing the content of the pages in the range to deduplicate is now done
> > by the generic helper generic_remap_file_range_prep(), which takes care of
> >
On Thu, Jan 31, 2019 at 4:31 PM Filipe Manana wrote:
>
> On Wed, Dec 12, 2018 at 6:07 PM wrote:
> >
> > From: Filipe Manana
> >
> > Comparing the content of the pages in the range to deduplicate is now done
> > by the generic helper generic_remap_file_range_prep(), which takes care of
> > ensuri
On Wed, Dec 12, 2018 at 6:07 PM wrote:
>
> From: Filipe Manana
>
> Comparing the content of the pages in the range to deduplicate is now done
> by the generic helper generic_remap_file_range_prep(), which takes care of
> ensuring we do not compare/deduplicate undefined data beyond a file's eof
>
On 12.12.18 г. 20:05 ч., fdman...@kernel.org wrote:
> From: Filipe Manana
>
> Comparing the content of the pages in the range to deduplicate is now done
> by the generic helper generic_remap_file_range_prep(), which takes care of
very minor nit: the checks are performed in generic_remap_check
From: Filipe Manana
Comparing the content of the pages in the range to deduplicate is now done
by the generic helper generic_remap_file_range_prep(), which takes care of
ensuring we do not compare/deduplicate undefined data beyond a file's eof
(range from eof to the next block boundary). So remov