TTY: pty, release tty in all ptmx_open fail paths
commit368f255e470106869fcae4e2e7b2a911f944a7d1
authorJiri Slaby <jslaby@suse.cz>
Wed, 12 Oct 2011 09:32:44 +0000 (12 11:32 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Nov 2011 17:42:12 +0000 (11 09:42 -0800)
tree5bb0691cf27332ed8d77dd23ec5253203450a286
parent5112c311dc253acd3c89c4b9fb69e200178c71a8
TTY: pty, release tty in all ptmx_open fail paths

commit 1177c0efc04d032644895b8d757f55b433912596 upstream.

Mistakenly, commit 64ba3dc3143d (tty: never hold BTM while getting
tty_mutex) switched one fail path in ptmx_open to not free the newly
allocated tty.

Fix that by jumping to the appropriate place. And rename the labels so
that it's clear what is going on there.

Introduced-in: v2.6.36-rc2
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/pty.c