mbox series

[0/2] vsock: minor clean up of ioctl error handling

Message ID 20201027090942.14916-1-colin.king@canonical.com (mailing list archive)
Headers show
Series vsock: minor clean up of ioctl error handling | expand

Message

Colin King Oct. 27, 2020, 9:09 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Two minor changes to the ioctl error handling.

Colin Ian King (2):
  vsock: remove ratelimit unknown ioctl message
  vsock: fix the error return when an invalid ioctl command is used

 net/vmw_vsock/af_vsock.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Jakub Kicinski Oct. 30, 2020, 12:45 a.m. UTC | #1
On Tue, 27 Oct 2020 09:09:40 +0000 Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Two minor changes to the ioctl error handling.

Applied, thanks!