commit | ec79d6056de58511d8e46d9ae59d3878f958dc3e | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jun 01 22:53:01 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 10 13:47:43 2010 -0700 |
tree | 8e73cf399c4cb3c31dbf3caced385cfc018a706a | |
parent | 3f582b8c11014e4ce310d9839fb335164195333f [diff] |
tty: replace BKL with a new tty_lock As a preparation for replacing the big kernel lock in the TTY layer, wrap all the callers in new macros tty_lock, tty_lock_nested and tty_unlock. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>