On Tue, Sep 11, 2012 at 09:37:19PM +0400, Pavel Emelyanov wrote: > > + list_for_each_entry(fle, &me->rst->tty_slaves, ps_list) { > > + ret = open_fdinfo(me->pid.virt, fle, state); > > + if (ret) > > + goto done; > > + } > > I believe eventfds should still be last on this list. Yeah, good catch, thanks! Cyrill