On Thu, Jun 25, 2015 at 08:53:29PM +0300, Cyrill Gorcunov wrote: > +#define VZ_VT_MAX_DEVS 12 > + struct tty_driver *vz_vt_driver; > + struct tty_struct *vz_tty_vt[VZ_VT_MAX_DEVS]; > + > struct tty_struct *vz_tty_conm; > struct tty_struct *vz_tty_cons; Why do we need vz_tty_con[ms] now?