commit | 510a3049573868d3d77414bfa55d293f44d0dbbe | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Fri Jan 02 13:45:36 2009 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jan 02 10:19:38 2009 -0800 |
tree | f6a5d19c9e7bc49320dd8c6867cec7f885e9c35b | |
parent | 3e61696bdc2103107674b06d0daf30b76193e922 [diff] |
tty: relock generic_serial Switch generic_serial to do port count locking via the tty_port structure ready for moving to a common port wait routine. Keep the old driver lock for internal calling so we don't risk messing up the drivers below until we are ready. Still needs kref conversions Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>