commit | 4001d7b7fc271052ebff43f327c26dc64806bbdf | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Fri Mar 02 14:59:20 2012 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 08 11:10:27 2012 -0800 |
tree | 0ed1daaf95b5e1e7ce73589b4b25e88ac0b60461 | |
parent | edab558feba1e2826ae8d65506168d7ccea7aad9 [diff] |
vt: push down the tty lock so we can see what is left to tackle At this point we have the tty_lock guarding a couple of oddities, plus the translation and unimap still. We also extend the console_lock in a couple of spots where coverage is wrong and switch vcs_open to use the right lock ! [Fixed the locking issue Jiri reported] Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>