1
linux/drivers/infiniband/ulp/ipoib
Roland Dreier bfef73fa78 IPoIB: Get rid of useless test of queue length
In neigh_add_path(), the queue of delayed packets can never be full,
because the queue is always freshly created and cannot be found by any
other code path.  In fact, the test of the queue length is worse than
useless: if somehow the test ever triggered and path_rec_start() also
failed, then dev_kfree_skb_any() will be called twice on the same skb.
Fix this by deleting the useless test.  Pointed out by Michael
S. Tsirkin <mst@mellanox.co.il>.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
2006-03-20 10:08:26 -08:00
..
ipoib_fs.c [IPoIB] add path record information in debugfs 2005-11-10 10:22:49 -08:00
ipoib_ib.c IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue 2006-03-20 10:08:24 -08:00
ipoib_main.c IPoIB: Get rid of useless test of queue length 2006-03-20 10:08:26 -08:00
ipoib_multicast.c IPoIB: Fix build now that neighbour destructor is in neigh_params 2006-03-20 10:08:24 -08:00
ipoib_verbs.c IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue 2006-03-20 10:08:24 -08:00
ipoib_vlan.c IB: convert from semaphores to mutexes 2006-01-13 14:51:39 -08:00
ipoib.h IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue 2006-03-20 10:08:24 -08:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile [PATCH] IB: move include files to include/rdma 2005-08-26 20:37:38 -07:00