From: Alan Cox Date: Mon, 30 Nov 2009 13:18:51 +0000 (+0000) Subject: tty: split the lock up a bit further X-Git-Tag: v2.6.33-rc1~310^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ba782e9674cdc29ec7003757df0b375e99fa96;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed