]> git.karo-electronics.de Git - linux-beck.git/commit
net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_...
authorTejun Heo <tj@kernel.org>
Tue, 19 Oct 2010 06:04:42 +0000 (06:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Oct 2010 11:25:48 +0000 (04:25 -0700)
commita5c30b349b872aa2ac13babbd5ceb26737f17e95
tree4e26854e30b14c7df17c26084c48c94e9ce6d0a6
parentbe8c648051048bc66fbca590d00f3e8543ec32af
net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync()

flush_scheduled_work() is going away.  Prepare for it.

Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c