tty: add lockdep annotations
authorEric Dumazet <edumazet@google.com>
Thu, 31 May 2012 09:35:18 +0000 (11:35 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 31 May 2012 18:59:41 +0000 (11:59 -0700)
tty_lock_pair() do the right thing to avoid deadlocks, but should
instruct LOCKDEP of this to avoid a splat.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found