From: Santiago Leon Date: Wed, 26 Oct 2005 16:47:23 +0000 (-0600) Subject: [PATCH] ibmveth fix failed addbuf X-Git-Tag: v2.6.15-rc1~731^2~3^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82702d37a559cf94fe238cd3f8ef63cf7fa699a9;p=pandora-kernel.git [PATCH] ibmveth fix failed addbuf This patch fixes a bug that happens when the hypervisor can't add a buffer. The old code wrote IBM_VETH_INVALID_MAP into the free_map array, so next time the index was used, a ibmveth_assert() caught it and called BUG(). The patch writes the right value into the free_map array so that the index can be reused. Signed-off-by: Santiago Leon Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed