Skip to content

Commit

Permalink
docs: vm: page_frags.rst: Fix the reference of stale function
Browse files Browse the repository at this point in the history
The __netdev_alloc_frag() has been dropped by commit 7ba7aea ("net:
Don't disable interrupts in napi_alloc_frag()"). So replace it with
netdev_alloc_frag().

Signed-off-by: Kevin Hao <haokexin@gmail.com>
Link: https://lore.kernel.org/r/20200508140924.18220-1-haokexin@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
  • Loading branch information
Kevin Hao authored and Jonathan Corbet committed May 15, 2020
1 parent fd79cfd commit ea8fdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/vm/page_frags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ to be disabled when executing the fragment allocation.

The network stack uses two separate caches per CPU to handle fragment
allocation. The netdev_alloc_cache is used by callers making use of the
__netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
used by callers of the __napi_alloc_frag and __napi_alloc_skb calls. The
main difference between these two calls is the context in which they may be
called. The "netdev" prefixed functions are usable in any context as these
Expand Down

0 comments on commit ea8fdf1

Please sign in to comment.