From: Roland Dreier Date: Sat, 29 Oct 2005 20:54:40 +0000 (-0700) Subject: [IPoIB] use spin_trylock_irqsave() X-Git-Tag: v2.6.15-rc1~726^2~2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a20583a7c2e35d80b1dfc1f60c9729498838725e;p=pandora-kernel.git [IPoIB] use spin_trylock_irqsave() Use spin_trylock_irqsave() in ipoib_start_xmit() instead of reinventing it out of local_irq_save(), spin_trylock() and local_irq_restore(). Signed-off-by: Roland Dreier --- Reading git-diff-tree failed