From: Jack Morgenstein Date: Wed, 14 Nov 2007 14:33:27 +0000 (+0200) Subject: mlx4_core: Fix thinko in QP destroy (incorrect bitmap_free) X-Git-Tag: v2.6.24-rc3~14^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e383d19e90cfbbf8e00512d44194ce175b3f60a2;p=pandora-kernel.git mlx4_core: Fix thinko in QP destroy (incorrect bitmap_free) Fix thinko in commit eaf559bf ("mlx4_core: Don't free special QPs in QP number bitmap"). The old commit had the logic exactly backwards and ended up freeing *only* special QPs, which not only left the original bug in place but also introduced the problem that the QP number bitmap would get full after a while. Found by Dotan Barak of Mellanox. Signed-off-by: Jack Morgenstein Signed-off-by: Roland Dreier --- Reading git-diff-tree failed