You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
rps: rps_sock_flow_table is mostly read
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
fec5e652e5
commit
8770acf049
+1
-1
@@ -2205,7 +2205,7 @@ DEFINE_PER_CPU(struct netif_rx_stats, netdev_rx_stat) = { 0, };
|
|||||||
#ifdef CONFIG_RPS
|
#ifdef CONFIG_RPS
|
||||||
|
|
||||||
/* One global table that all flow-based protocols share. */
|
/* One global table that all flow-based protocols share. */
|
||||||
struct rps_sock_flow_table *rps_sock_flow_table;
|
struct rps_sock_flow_table *rps_sock_flow_table __read_mostly;
|
||||||
EXPORT_SYMBOL(rps_sock_flow_table);
|
EXPORT_SYMBOL(rps_sock_flow_table);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user