From: Arnd Bergmann Date: Tue, 1 Jun 2010 20:53:08 +0000 (+0200) Subject: tty: remove tty_lock_nested X-Git-Tag: v2.6.36-rc1~294^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddcd9fb66ae7f448b517242c10a31d4e17bcad45;p=pandora-kernel.git tty: remove tty_lock_nested This changes all remaining users of tty_lock_nested to be non-recursive, which lets us kill this function. As a consequence, we won't need to keep the lock count any more, which allows more simplifications later. Signed-off-by: Arnd Bergmann Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed