2020-07-23 11:15:50

by Luc Van Oostenryck

[permalink] [raw]
Subject: Re: [PATCH 01/26] bpfilter: fix up a sparse annotation

On Thu, Jul 23, 2020 at 08:08:43AM +0200, Christoph Hellwig wrote:
> The __user doesn't make sense when casting to an integer type, just
> switch to a uintptr_t cast which also removes the need for the __force.

Feel free to add my:

Reviewed-by: Luc Van Oostenryck <[email protected]>

-- Luc