commit | bce65f18316cc6dbf858b1577a36956d30caa315 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Thu Oct 16 14:59:43 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Nov 05 16:26:13 2014 -0800 |
tree | bf66ea3736f4af0ffe6082516bc0e05c155b9b02 | |
parent | 11d9befda294d8f40fd6a3d967722cf0ff0a0f5a [diff] |
tty: Remove tsk parameter from proc_set_tty() Only the current task itself can set its controlling tty (other than before the task has been forked). Equivalent to existing usage. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Reviewed-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>