Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b1a17 commit ed6cd6aCopy full SHA for ed6cd6a
net/core/neighbour.c
@@ -1579,7 +1579,7 @@ static void neigh_managed_work(struct work_struct *work)
1579
list_for_each_entry(neigh, &tbl->managed_list, managed_list)
1580
neigh_event_send_probe(neigh, NULL, false);
1581
queue_delayed_work(system_power_efficient_wq, &tbl->managed_work,
1582
- NEIGH_VAR(&tbl->parms, DELAY_PROBE_TIME));
+ max(NEIGH_VAR(&tbl->parms, DELAY_PROBE_TIME), HZ));
1583
write_unlock_bh(&tbl->lock);
1584
}
1585
0 commit comments