Re: [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

From: Arnd Bergmann
Date: Fri Feb 18 2022 - 02:10:48 EST


On Fri, Feb 18, 2022 at 7:37 AM Christoph Hellwig <hch@xxxxxx> wrote:
>
> s/maining/remaining/ ?
>
> Or maybe rather:
>
> uaccess: remove CONFIG_SET_FS
>
> because it is all gone now.
>
> > With CONFIG_SET_FS gone, so drop all remaining references to
> > set_fs()/get_fs(), mm_segment_t and uaccess_kernel().
>
> And this sentence does not parse.

Both fixed now, thanks!

Arnd