projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f023ec
)
net: ipv6: remove unused inline function ip6_set_txhash
author
YueHaibing
<yuehaibing@huawei.com>
Fri, 24 Apr 2020 09:06:29 +0000
(17:06 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 24 Apr 2020 23:58:34 +0000
(16:58 -0700)
commit
877d1f6291f8
("net: Set sk_txhash from a random number")
left behind this, remove it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h
patch
|
blob
|
history
diff --git
a/include/net/ipv6.h
b/include/net/ipv6.h
index
1bf8065
..
955badd
100644
(file)
--- a/
include/net/ipv6.h
+++ b/
include/net/ipv6.h
@@
-908,7
+908,6
@@
static inline int ip6_default_np_autolabel(struct net *net)
}
}
#else
-static inline void ip6_set_txhash(struct sock *sk) { }
static inline __be32 ip6_make_flowlabel(struct net *net, struct sk_buff *skb,
__be32 flowlabel, bool autolabel,
struct flowi6 *fl6)