Commit 6bc8f20c authored by Colin Ian King's avatar Colin Ian King Committed by Jakub Kicinski

vsock: remove ratelimit unknown ioctl message

When exercising the kernel with stress-ng with some ioctl tests the
"Unknown ioctl" error message is spamming the kernel log at a high
rate. Remove this message.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarStefano Garzarella <sgarzare@redhat.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 1c29d989
......@@ -2072,7 +2072,6 @@ static long vsock_dev_do_ioctl(struct file *filp,
break;
default:
pr_err("Unknown ioctl %d\n", cmd);
retval = -EINVAL;
}
......
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