mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 00:17:48 +00:00
While reading netdev_max_backlog, it can be changed concurrently.
Thus, we need to add READ_ONCE() to its readers.
While at it, we remove the unnecessary spaces in the doc.
Fixes:
|
||
|---|---|---|
| .. | ||
| abi.rst | ||
| fs.rst | ||
| index.rst | ||
| kernel.rst | ||
| net.rst | ||
| sunrpc.rst | ||
| user.rst | ||
| vm.rst | ||