]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: fix hardif_neigh refcount on queue_work() failure
authorMarek Lindner <mareklindner@neomailbox.ch>
Thu, 6 Sep 2018 21:45:55 +0000 (05:45 +0800)
committerSimon Wunderlich <sw@simonwunderlich.de>
Fri, 7 Sep 2018 06:14:26 +0000 (08:14 +0200)
commit5b233b94812cde109556c564551e247b91ef930a
tree29a6de6b545080cd75b59576be49320c91cef869
parent43edbb34db1d5aabe5035e26d147d51949acb54d
batman-adv: fix hardif_neigh refcount on queue_work() failure

The hardif_neigh refcounter is to be decreased by the queued work and
currently is never decreased if the queue_work() call fails.
Fix by checking the queue_work() return value and decrease refcount
if necessary.

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/bat_v_elp.c