aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core/sock.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2020-04-24 18:39:29 -0700
committerDavid S. Miller <davem@davemloft.net>2020-04-25 20:49:32 -0700
commit52a90612fa6108d20cffd3cf6a2c228e2f3619f7 (patch)
tree9bb635ee94efac0f1d5500b3679bc8aeae868a4f /net/core/sock.c
parentmptcp: fix race in msk status update (diff)
downloadwireguard-linux-52a90612fa6108d20cffd3cf6a2c228e2f3619f7.tar.xz
wireguard-linux-52a90612fa6108d20cffd3cf6a2c228e2f3619f7.zip
net: remove obsolete comment
Commit b656722906ef ("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>
Diffstat (limited to '')
-rw-r--r--net/core/sock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/sock.c b/net/core/sock.c
index 90509c37d291..b714162213ae 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -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);