mirror of https://gitee.com/openkylin/linux.git
6c996e1994
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 |