net: Fix a typo in a source code comment
- s/peform/perform/ MFC after: 3 days
This commit is contained in:
parent
8dcf5860b3
commit
1a15a383a6
@ -669,7 +669,7 @@ if_free(struct ifnet *ifp)
|
|||||||
* Why would we clear the alias now, and not in the deferred
|
* Why would we clear the alias now, and not in the deferred
|
||||||
* context? Indeed there is nothing wrong with some network
|
* context? Indeed there is nothing wrong with some network
|
||||||
* thread obtaining ifp via ifnet_byindex() inside the network
|
* thread obtaining ifp via ifnet_byindex() inside the network
|
||||||
* epoch and then dereferencing ifp while we peform if_free(),
|
* epoch and then dereferencing ifp while we perform if_free(),
|
||||||
* and after if_free() finished, too.
|
* and after if_free() finished, too.
|
||||||
*
|
*
|
||||||
* This early index freeing was important back when ifindex was
|
* This early index freeing was important back when ifindex was
|
||||||
|
Loading…
Reference in New Issue
Block a user