diff options
author | Jack Morgenstein <jackm@dev.mellanox.co.il> | 2012-10-25 01:12:47 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-26 03:34:15 -0400 |
commit | 7208ca300725ebc1dd4c60511ed67a69c684eb91 (patch) | |
tree | a7acbbb450d8ba235ae6238b04c789a59ea85e76 /lib/check_signature.c | |
parent | c6fdd8e5d0c65bb8821dc6da26ee1a2ddd58b3cc (diff) |
net/mlx4_en: Fix double-release-range in tx-rings
The QP range is reserved as a single block. However, when freeing the
en resources, the tx-ring QPs are released both in mlx4_en_destroy_tx_ring
(one at a time) and in mlx4_en_free_resources (as a block release).
Fix by eliminating the one-at-a-time release in mlx4_en_destroy_tx_ring.
Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/check_signature.c')
0 files changed, 0 insertions, 0 deletions