Loading drivers/vhost/vsock.c +1 −4 Original line number 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) { if (is_vmalloc_addr(vsock)) vfree(vsock); else kfree(vsock); kvfree(vsock); } static int vhost_vsock_dev_open(struct inode *inode, struct file *file) Loading Loading
drivers/vhost/vsock.c +1 −4 Original line number 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) { if (is_vmalloc_addr(vsock)) vfree(vsock); else kfree(vsock); kvfree(vsock); } static int vhost_vsock_dev_open(struct inode *inode, struct file *file) Loading