commit | bddc7152f68bc1e0ee1f55a8055e33531f384101 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Thu Oct 18 22:26:42 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 22 16:53:01 2012 -0700 |
tree | 2d34628864104d0913d18cccc7eee51f730fdea9 | |
parent | ba2e68ac6157004ee4922fb39ebd9459bbae883e [diff] |
TTY: move ldisc data from tty_struct: locks atomic_write_lock is not n_tty specific, so move it up in the tty_struct. And since these are the last ones to move, remove also the comment saying there are some ldisc' members. There are none now. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>