Re: [PATCH 2/2] TTY: remove tty_locked
From: Arnd Bergmann <arnd@arndb.de>
Date: 2011-07-13 12:57:23
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2011-07-13 12:57:23
Also in:
lkml
On Wednesday 13 July 2011, Jiri Slaby wrote:
We used it really only serial and ami_serial. The rest of the callsites were BUG/WARN_ONs to check if BTM is held. Now that we pruned tty_locked from both of the real users, we can get rid of tty_lock along with __big_tty_mutex_owner. Signed-off-by: Jiri Slaby <redacted> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Greg Kroah-Hartman <gregkh@suse.de> Cc: Alan Cox <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>