commit | 3fe780b379fac2e1eeb5907ee7c864756ce7ec83 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Thu Oct 18 22:26:40 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 22 16:53:00 2012 -0700 |
tree | f525c6df0333c94117bdec4a2ac41d9094d4e7eb | |
parent | 53c5ee2cfb4dadc4f5c24fe671e2fbfc034c875e [diff] |
TTY: move ldisc data from tty_struct: bitmaps Here we move bitmaps and use DECLARE_BITMAP to declare them in the new structure. And instead of memset, we use bitmap_zero as it is more appropriate. 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>