Commit 3a7b5e22 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

tty: Add more debug printing on tty params

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 94a39282
...@@ -478,6 +478,7 @@ err: ...@@ -478,6 +478,7 @@ err:
err_io: err_io:
/* kernel reports EIO for get ioctls on pair-less ptys */ /* kernel reports EIO for get ioctls on pair-less ptys */
pr_debug("tty: EIO on tty\n");
args->hangup = true; args->hangup = true;
return 0; return 0;
#undef __tty_ioctl #undef __tty_ioctl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment