提交 f5acb907 编写于 作者: E Eric Dumazet 提交者: David S. Miller

rps: static functions

store_rps_map() & store_rps_dev_flow_table_cnt() are static.
Signed-off-by: NEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 88751275
...@@ -550,7 +550,7 @@ static void rps_map_release(struct rcu_head *rcu) ...@@ -550,7 +550,7 @@ static void rps_map_release(struct rcu_head *rcu)
kfree(map); kfree(map);
} }
ssize_t store_rps_map(struct netdev_rx_queue *queue, static ssize_t store_rps_map(struct netdev_rx_queue *queue,
struct rx_queue_attribute *attribute, struct rx_queue_attribute *attribute,
const char *buf, size_t len) const char *buf, size_t len)
{ {
...@@ -635,7 +635,7 @@ static void rps_dev_flow_table_release(struct rcu_head *rcu) ...@@ -635,7 +635,7 @@ static void rps_dev_flow_table_release(struct rcu_head *rcu)
schedule_work(&table->free_work); schedule_work(&table->free_work);
} }
ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue,
struct rx_queue_attribute *attr, struct rx_queue_attribute *attr,
const char *buf, size_t len) const char *buf, size_t len)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册