Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NET]: Add memory barrrier to netif_poll_enable()
When a driver writer calls this, they generally expect that all previous stores and modifications they've made will be visible before netif_poll_enable() executes, so ensure this. Noticed by Ben H. Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information