commit | 9a6cdf52b85ea5fb21d2bb31e4a7bc61b79923a7 | [log] [tgz] |
---|---|---|
author | Igor Druzhinin <igor.druzhinin@citrix.com> | Tue Jan 17 20:49:37 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 18 15:11:20 2017 -0500 |
tree | 043bc0debf7bbdc8b45c8e82ac3a05cb33207b6b | |
parent | 6acbe3716034a159f2e9a810631e40bc85af0458 [diff] |
xen-netback: fix memory leaks on XenBus disconnect Eliminate memory leaks introduced several years ago by cleaning the queue resources which are allocated on XenBus connection event. Namely, queue structure array and pages used for IO rings. Signed-off-by: Igor Druzhinin <igor.druzhinin@citrix.com> Reviewed-by: Paul Durrant <paul.durrant@citrix.com> Acked-by: Wei Liu <wei.liu2@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>