Re: [PATCH] openrisc: remove CONFIG_SET_FS

From: Christoph Hellwig
Date: Mon Feb 07 2022 - 02:02:11 EST


On Sun, Feb 06, 2022 at 10:36:47AM +0900, Stafford Horne wrote:
> Remove the address space override API set_fs() used for User Mode Linux.

This ain't UML :)

> + return size <= TASK_SIZE && addr <= (TASK_SIZE - size);

No need for the inner braces.