From: Arnd Bergmann Date: Thu, 11 Jun 2009 11:42:49 +0000 (+0100) Subject: x86: fix ktermios-termio conversion X-Git-Tag: v2.6.31-rc1~399^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b0ed5263cb089500052f8c1ab6e0706bebf0d83;p=pandora-kernel.git 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 Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed