]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
RDMA/nes: Fix for BUG_ON due to adding already-pending timer
authorTatyana Nikolova <Tatyana.E.Nikolova@intel.com>
Thu, 6 Dec 2012 19:56:31 +0000 (19:56 +0000)
committerRoland Dreier <roland@purestorage.com>
Sat, 8 Dec 2012 08:31:02 +0000 (00:31 -0800)
commit00ad255d17c2d12a035370836cb93630711d48ca
tree38302f0b41dfb5b9701d5428468c0ba0c669ce58
parent079abea6a37fd3b4f7e1b7cf9e4d055463988753
RDMA/nes: Fix for BUG_ON due to adding already-pending timer

To avoid nes tcp_timer crash for SMP architectures, add_timer is
replaced with mod_timer.

Signed-off-by: Tatyana Nikolova <Tatyana.E.Nikolova@intel.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/nes/nes_cm.c