Re: [PATCH] net: unexport csum_and_copy_{from,to}_user
From: Arnd Bergmann
Date: Sat Apr 23 2022 - 05:48:24 EST
On Thu, Apr 21, 2022 at 9:04 AM Christoph Hellwig <hch@xxxxxx> wrote:
>
> csum_and_copy_from_user and csum_and_copy_to_user are exported by
> a few architectures, but not actually used in modular code. Drop
> the exports.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Acked-by: Arnd Bergmann <arnd@xxxxxxxx>