From: Alan Cox Date: Mon, 13 Oct 2008 09:40:43 +0000 (+0100) Subject: tty: Redo current tty locking X-Git-Tag: v2.6.28-rc1~643 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934e6ebf96e8c1a0f299e64129fdaebc1132a427;p=pandora-kernel.git tty: Redo current tty locking Currently it is sometimes locked by the tty mutex and sometimes by the sighand lock. The latter is in fact correct and now we can hand back referenced objects we can fix this up without problems around sleeping functions. Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed