Skip to content

Commit

Permalink
net: remove obsolete comment
Browse files Browse the repository at this point in the history
Commit b656722 ("net: Increase the size of skb_frag_t")
removed the 16bit limitation of a frag on some 32bit arches.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Apr 26, 2020
1 parent 1200832 commit 52a9061
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/core/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -2364,7 +2364,6 @@ static void sk_leave_memory_pressure(struct sock *sk)
}
}

/* On 32bit arches, an skb frag is limited to 2^15 */
#define SKB_FRAG_PAGE_ORDER get_order(32768)
DEFINE_STATIC_KEY_FALSE(net_high_order_alloc_disable_key);

Expand Down

0 comments on commit 52a9061

Please sign in to comment.