From: Heiko Carstens Date: Thu, 3 Jan 2013 13:31:53 +0000 (+0100) Subject: s390/3215: partially revert tty close handling fix X-Git-Tag: v3.8-rc4~43^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6673cd0bdbc802f2b05453a51fbcf2cf7d8be315;p=pandora-kernel.git s390/3215: partially revert tty close handling fix Partially revert ae289dc1f "s390/3215: fix tty close handling", since this leads sometimes to hanging agetty processes and therefore systems that get stuck while starting. This was magically fixed (bisected) by a common code patch from Alan Cox: 36b3c070 "tty: Move the handling of the tty release logic", however it was unrelated. Since the removed code worked for a decade, nobody knows anymore why it was in there in the first place and debugging the observed hang is non-trivial (at least for me :) ), let's just re-add the removed code before we see other side effects. Signed-off-by: Heiko Carstens --- Reading git-diff-tree failed