[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YgC/8ng5WX6Nt104@infradead.org>
Date: Sun, 6 Feb 2022 22:45:06 -0800
From: Christoph Hellwig <hch@...radead.org>
To: Stafford Horne <shorne@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Christoph Hellwig <hch@...radead.org>,
Arnd Bergmann <arnd@...db.de>, Jonas Bonn <jonas@...thpole.se>,
Stefan Kristiansson <stefan.kristiansson@...nalahti.fi>,
Randy Dunlap <rdunlap@...radead.org>,
openrisc@...ts.librecores.org
Subject: Re: [PATCH] openrisc: remove CONFIG_SET_FS
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.
Powered by blists - more mailing lists