mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-29 03:47:37 +00:00
netdev_unregister_timeout_secs=0 can lead to printing the
"waiting for dev to become free" message every jiffy.
This is too frequent and unnecessary.
Set the min value to 1 second.
Also fix the merge issue introduced by
"net: make unregister netdev warning timeout configurable":
it changed "refcnt != 1" to "refcnt".
Signed-off-by: Dmitry Vyukov <dvyukov@google.com>
Suggested-by: Eric Dumazet <edumazet@google.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| abi.rst | ||
| fs.rst | ||
| index.rst | ||
| kernel.rst | ||
| net.rst | ||
| sunrpc.rst | ||
| user.rst | ||
| vm.rst | ||