]> Git Repo - linux.git/commitdiff
rps: static functions
authorEric Dumazet <[email protected]>
Mon, 19 Apr 2010 21:40:57 +0000 (14:40 -0700)
committerDavid S. Miller <[email protected]>
Mon, 19 Apr 2010 21:40:57 +0000 (14:40 -0700)
store_rps_map() & store_rps_dev_flow_table_cnt() are static.

Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/core/net-sysfs.c

index 143052a22b9b36f1682052e511cd85f5a1c9b564..c57c4b228bb5b849599124e058322aabe8d203d8 100644 (file)
@@ -550,7 +550,7 @@ static void rps_map_release(struct rcu_head *rcu)
        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,
                      const char *buf, size_t len)
 {
@@ -635,7 +635,7 @@ static void rps_dev_flow_table_release(struct rcu_head *rcu)
        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,
                                     const char *buf, size_t len)
 {
This page took 0.056033 seconds and 4 git commands to generate.