tty: some ICANON magic is in the wrong places
Move the set up on ldisc change into the ldisc Move the INQ/OUTQ cases into the driver not in shared ioctl code where it gives bogus answers for other ldisc values Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@ -466,7 +466,7 @@ static inline void tty_audit_push_task(struct task_struct *tsk,
|
||||
#endif
|
||||
|
||||
/* tty_ioctl.c */
|
||||
extern int n_tty_ioctl(struct tty_struct *tty, struct file *file,
|
||||
extern int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file,
|
||||
unsigned int cmd, unsigned long arg);
|
||||
|
||||
/* serial.c */
|
||||
|
Reference in New Issue
Block a user