Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NETPOLL]: Set poll_owner to -1 before unlocking in netpoll_poll_unlo…
…ck() This trivial patch moves the assignment of poll_owner to -1 inside of the lock. This fixes a potential SMP race in the code. Signed-off-by: Jeff Moyer <jmoyer@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information