projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1200832
)
net: remove obsolete comment
author
Eric Dumazet
<edumazet@google.com>
Sat, 25 Apr 2020 01:39:29 +0000
(18:39 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 26 Apr 2020 03:49:32 +0000
(20:49 -0700)
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>
net/core/sock.c
patch
|
blob
|
history
diff --git
a/net/core/sock.c
b/net/core/sock.c
index 90509c37d29116b14b3b1849222c3a6148a0cb38..b714162213aeae98bfee24d8b457547fe7abab4f 100644
(file)
--- 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);