commit | 5b0ed5263cb089500052f8c1ab6e0706bebf0d83 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Jun 11 12:42:49 2009 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 11 08:50:59 2009 -0700 |
tree | eafeb5d332b15691f0334aa78cfb707f3ed27c33 | |
parent | 70fd8fdecc4430ffcede7704dd812d4054d1faf9 [diff] |
x86: fix ktermios-termio conversion The legacy TCSETA{,W,F} ioctls failed to set the termio->c_line field on x86. This adds a missing get_user. The same ioctls also fail to report faulting user pointers, which we keep ignoring. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>