From: Alan Cox Date: Sat, 14 Jul 2012 14:31:47 +0000 (+0100) Subject: tty: move the termios object into the tty X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~162 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adc8d746caa67fff4b53ba3e5163a6cbacc3b523;p=pandora-kernel.git tty: move the termios object into the tty This will let us sort out a whole pile of tty related races. The alternative would be to keep points and refcount the termios objects. However 1. They are tiny anyway 2. Many devices don't use the stored copies 3. We can remove a pty special case Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed