From: Roland Dreier Date: Fri, 25 Jan 2008 22:15:24 +0000 (-0800) Subject: IPoIB/cm: Factor out ipoib_cm_free_rx_ring() X-Git-Tag: v2.6.25-rc1~1234^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1efb61444ca3a598dfafb7a6c573c5d5d42d3432;p=pandora-kernel.git IPoIB/cm: Factor out ipoib_cm_free_rx_ring() Factor out the code to unmap/free skbs and free the receive ring in ipoib_cm_dev_cleanup() into a new function ipoib_cm_free_rx_ring(). This function will be called from a couple of other places when support for devices that don't implement SRQs is added. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed