Re: [PATCH] early init: open /dev/console with O_LARGEFILE

From: Arvind Sankar
Date: Tue Dec 31 2019 - 19:30:43 EST


On Tue, Dec 31, 2019 at 04:02:26PM +0100, Dominik Brodowski wrote:
> If force_o_largefile() is true, /dev/console used to be opened
> with O_LARGEFILE. Retain that behaviour.
>

One other thing that used to happen is fsnotify_open() -- I don't know
how that might affect this, but it seems like the only thing left that's
different.