Loading drivers/vhost/vsock.c +1 −4 Original line number Original line Diff line number Diff line Loading @@ -434,10 +434,7 @@ static int vhost_vsock_stop(struct vhost_vsock *vsock) static void vhost_vsock_free(struct vhost_vsock *vsock) static void vhost_vsock_free(struct vhost_vsock *vsock) { { if (is_vmalloc_addr(vsock)) kvfree(vsock); vfree(vsock); else kfree(vsock); } } static int vhost_vsock_dev_open(struct inode *inode, struct file *file) static int vhost_vsock_dev_open(struct inode *inode, struct file *file) Loading Loading
drivers/vhost/vsock.c +1 −4 Original line number Original line Diff line number Diff line Loading @@ -434,10 +434,7 @@ static int vhost_vsock_stop(struct vhost_vsock *vsock) static void vhost_vsock_free(struct vhost_vsock *vsock) static void vhost_vsock_free(struct vhost_vsock *vsock) { { if (is_vmalloc_addr(vsock)) kvfree(vsock); vfree(vsock); else kfree(vsock); } } static int vhost_vsock_dev_open(struct inode *inode, struct file *file) static int vhost_vsock_dev_open(struct inode *inode, struct file *file) Loading