n_tty: Fix loss of echoed characters and remove bkl from n_tty
[linux-2.6-block.git] / drivers / char / vt.c
index 008176edbd64511148ac5e1e40d21d3fbf1883d5..639e126b2bffa310f94b9be954928f93551f1fe2 100644 (file)
@@ -2679,7 +2679,7 @@ static int con_write_room(struct tty_struct *tty)
 {
        if (tty->stopped)
                return 0;
-       return 4096;            /* No limit, really; we're not buffering */
+       return 32768;           /* No limit, really; we're not buffering */
 }
 
 static int con_chars_in_buffer(struct tty_struct *tty)