]> git.baikalelectronics.ru Git - kernel.git/commit
TTY: get rid of BTM around devpts_*
authorJiri Slaby <jslaby@suse.cz>
Mon, 30 Jan 2012 20:14:32 +0000 (21:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Feb 2012 23:10:46 +0000 (15:10 -0800)
commit8795a40f2ff8b6a32396c786fca2777d91bcfb20
tree40b098fd53e4f811277e9e215ec477c3da2856ea
parent39a43af78472d32c096c85378216e1e24a8464c7
TTY: get rid of BTM around devpts_*

devpts operations are protected by inode mutexes and dentry
refcounting. There is no need to hold BTM.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/pty.c
drivers/tty/tty_io.c