[PATCH net-next] net: ipv4: make fib_select_default static

Subsystems: networking [general], networking [ipv4/ipv6], the rest

STALE3515d

2 messages, 2 authors, 2017-01-06 · open the first message on its own page

[PATCH net-next] net: ipv4: make fib_select_default static

From: David Ahern <hidden>
Date: 2017-01-06 03:34:06

fib_select_default has a single caller within the same file.
Make it static.

Signed-off-by: David Ahern <redacted>
---
 include/net/ip_fib.h     | 1 -
 net/ipv4/fib_semantics.c | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index 5f376af377c7..57c2a863d0b2 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -344,7 +344,6 @@ __be32 fib_compute_spec_dst(struct sk_buff *skb);
 int fib_validate_source(struct sk_buff *skb, __be32 src, __be32 dst,
 			u8 tos, int oif, struct net_device *dev,
 			struct in_device *idev, u32 *itag);
-void fib_select_default(const struct flowi4 *flp, struct fib_result *res);
 #ifdef CONFIG_IP_ROUTE_CLASSID
 static inline int fib_num_tclassid_users(struct net *net)
 {
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c
index 7a5b4c7d9a87..05c911d21782 100644
--- a/net/ipv4/fib_semantics.c
+++ b/net/ipv4/fib_semantics.c
@@ -1434,7 +1434,7 @@ int fib_sync_down_dev(struct net_device *dev, unsigned long event, bool force)
 }
 
 /* Must be invoked inside of an RCU protected region.  */
-void fib_select_default(const struct flowi4 *flp, struct fib_result *res)
+static void fib_select_default(const struct flowi4 *flp, struct fib_result *res)
 {
 	struct fib_info *fi = NULL, *last_resort = NULL;
 	struct hlist_head *fa_head = res->fa_head;
-- 
2.1.4

Re: [PATCH net-next] net: ipv4: make fib_select_default static

From: David Miller <davem@davemloft.net>
Date: 2017-01-06 20:58:03

From: David Ahern <redacted>
Date: Thu,  5 Jan 2017 19:33:59 -0800
fib_select_default has a single caller within the same file.
Make it static.

Signed-off-by: David Ahern <redacted>
Also applied, thanks David.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help