]> Pileus Git - ~andy/linux/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)
commitd3bda5298aad98c7a27678bdd0dd9d008ab9e685
tree40b098fd53e4f811277e9e215ec477c3da2856ea
parenta50f724a432997321cabb6c9e665c28e34850f78
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