On Fri, Jun 7, 2019 at 3:32 AM Oleg Nesterov <o...@redhat.com> wrote: > > The only complication is that non-restartable io_getevents() and > io_getevents_time32() have to translate ERESTARTNOHAND into EINTR.
Are they actually nonrestartable? I think the current EINTR is just a mistake. Linus