commit | 36ba782e9674cdc29ec7003757df0b375e99fa96 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Mon Nov 30 13:18:51 2009 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 15:18:08 2009 -0800 |
tree | b434105bf8a04b6b357b5063ce146169ab811bc1 | |
parent | 5ec93d1154fd1e269162398f8e70efc7e004485d [diff] |
tty: split the lock up a bit further The tty count sanity check may need the BKL, that isn't clear. However it is clear that the count use of the lock is internal and independant of the bigger use of the lock. Furthermore the file list locking is also separately locked already Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>