Skip to content

Commit

Permalink
TTY: move ldisc data from tty_struct: simple members
Browse files Browse the repository at this point in the history
Here we start moving all the n_tty related bits from tty_struct to
the newly defined n_tty_data struct in n_tty proper.

In this patch primitive members and bits are moved. The rest will be
done per-partes in the next patches.

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>
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 70ece7a commit 53c5ee2
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 73 deletions.
Loading

0 comments on commit 53c5ee2

Please sign in to comment.