]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init()
authorBart Van Assche <bart.vanassche@sandisk.com>
Tue, 26 May 2015 13:03:48 +0000 (15:03 +0200)
committerDoug Ledford <dledford@redhat.com>
Tue, 2 Jun 2015 13:22:31 +0000 (09:22 -0400)
commit523749678145e932014394e1fe44759ccedec576
treef420f1cec8ba68d20477bf4ff406708f2790c2b7
parent854ace98e71b68e6e98742f8035315d04288cefe
IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init()

Avoid that sparse complains about ipoib_neigh_hash_init(). This
patch does not change any functionality. See also patch "IPoIB:
Fix memory leak in the neigh table deletion flow" (commit ID
66172c09938b).

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Shlomo Pongratz <shlomop@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/ulp/ipoib/ipoib_main.c