commit | 82702d37a559cf94fe238cd3f8ef63cf7fa699a9 | [log] [tgz] |
---|---|---|
author | Santiago Leon <santil@us.ibm.com> | Wed Oct 26 10:47:23 2005 -0600 |
committer | Jeff Garzik <jgarzik@pobox.com> | Fri Oct 28 16:07:31 2005 -0400 |
tree | 695a5b7dca7e2c25aa148fc4bb968857f7bc72c6 | |
parent | 60296d9e4be1cd9e096f7804ce6e839e0cbd97cf [diff] |
[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 <santil@us.ibm.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>