That looks great, thanks for fixing this Filipe.
On Fri, Jul 03, 2015 at 08:48:22AM +0100, fdman...@kernel.org wrote:
> From: Filipe Manana
>
> We were allocating memory with memdup_user() but we were never releasing
> that memory. This affected pretty much every call to the ioctl, whether
> it
From: Filipe Manana
We were allocating memory with memdup_user() but we were never releasing
that memory. This affected pretty much every call to the ioctl, whether
it deduplicated extents or not.
This issue was reported on IRC by Julian Taylor and on the mailing list
by Marcel Ritter, credit go