Re: [PATCH v2 13/18] uaccess: generalize access_ok()
From: Christoph Hellwig
Date: Fri Feb 18 2022 - 01:34:57 EST
> +#include <asm-generic/access_ok.h>
Instead of the asm-generic games, shouldn't we just define access_ok in
<linux/uaccess.h> if not already defined by the architecture?