commit | 5ec93d1154fd1e269162398f8e70efc7e004485d | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Mon Nov 30 13:18:45 2009 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 15:18:08 2009 -0800 |
tree | 2a76835812d3502b036a7234faeaa0f6ba0356da | |
parent | 38c70b27f9502c31c1d0c29676275f7362cdb0d9 [diff] |
tty: Move the leader test in disassociate There are two call points, both want to check that tty->signal->leader is set. Move the test into disassociate_ctty() as that will make locking changes easier in a bit Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>