Re: [PATCH v3 3/4] MIPS: uaccess: Remove get_fs/set_fs call sites

From: Christoph Hellwig
Date: Thu Apr 01 2021 - 14:01:10 EST


On Thu, Apr 01, 2021 at 02:56:36PM +0200, Thomas Bogendoerfer wrote:
> Use new helpers to access user/kernel for functions, which are used with
> user/kernel pointers. Instead of dealing with get_fs/set_fs select
> user/kernel access via parameter.

Looks good,

Reviewed-by: Christoph Hellwig <hch@xxxxxx>