> From: Stefano Garzarella [mailto:[email protected]] > Sent: Wednesday, October 23, 2019 11:56 AM > Subject: [PATCH net-next 09/14] vsock: move vsock_insert_unbound() in the > vsock_create() > > vsock_insert_unbound() was called only when 'sock' parameter of > __vsock_create() was not null. This only happened when > __vsock_create() was called by vsock_create(). > > In order to simplify the multi-transports support, this patch moves > vsock_insert_unbound() at the end of vsock_create(). > > Reviewed-by: Dexuan Cui <[email protected]> > Reviewed-by: Stefan Hajnoczi <[email protected]> > Signed-off-by: Stefano Garzarella <[email protected]> > --- > net/vmw_vsock/af_vsock.c | 13 +++++++++----
Reviewed-by: Jorgen Hansen <[email protected]> _______________________________________________ Virtualization mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/virtualization
