You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
VSOCK: Remove unnecessary label
Signed-off-by: Asias He <asias@redhat.com> Acked-by: Andy King <acking@vmware.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
dce1a28777
commit
0fc9324676
@@ -940,10 +940,9 @@ static void vmci_transport_recv_pkt_work(struct work_struct *work)
|
||||
* reset to prevent that.
|
||||
*/
|
||||
vmci_transport_send_reset(sk, pkt);
|
||||
goto out;
|
||||
break;
|
||||
}
|
||||
|
||||
out:
|
||||
release_sock(sk);
|
||||
kfree(recv_pkt_info);
|
||||
/* Release reference obtained in the stream callback when we fetched
|
||||
|
||||
Reference in New Issue
Block a user