commit | 692a998b908ae4c612d95d1f5f5adae03eca2b79 | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Mon Jan 28 01:05:17 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 29 15:43:03 2013 -0500 |
tree | c25929f71faec4963eafa1cfbeb992bee6cd4720 | |
parent | af668b3c276d0f958a3aa46ef8ec47e2d5d333b3 [diff] |
vhost_net: correct error handling in vhost_net_set_backend() Currently, when vhost_init_used() fails the sock refcnt and ubufs were leaked. Correct this by calling vhost_init_used() before assign ubufs and restore the oldsock when it fails. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>