Re: [PATCH 01/26] bpfilter: fix up a sparse annotation
From: Luc Van Oostenryck
Date: Thu Jul 23 2020 - 07:14:57 EST
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 <luc.vanoostenryck@xxxxxxxxx>
-- Luc