pet...@redhat.com writes: > From: Peter Xu <pet...@redhat.com> > > Both socket_send_channel_destroy() and multifd_send_channel_destroy() are > unnecessary wrappers to destroy an IOC, as the only thing to do is to > release the final IOC reference. We have plenty of code that destroys an > IOC using direct unref() already; keep that style. > > Signed-off-by: Peter Xu <pet...@redhat.com>
Reviewed-by: Fabiano Rosas <faro...@suse.de>