* [PATCH net-next v2] ipv4: make fib_detect_death static
@ 2013-12-28 19:06 Stephen Hemminger
0 siblings, 0 replies; only message in thread
From: Stephen Hemminger @ 2013-12-28 19:06 UTC (permalink / raw)
To: David Miller; +Cc: netdev
Make fib_detect_death function static only used in one file.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
v2 - reindent
net/ipv4/fib_lookup.h | 2 --
net/ipv4/fib_semantics.c | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
--- a/net/ipv4/fib_lookup.h 2013-12-28 00:02:18.986981011 -0800
+++ b/net/ipv4/fib_lookup.h 2013-12-28 00:02:52.970473541 -0800
@@ -33,8 +33,6 @@ int fib_dump_info(struct sk_buff *skb, u
void rtmsg_fib(int event, __be32 key, struct fib_alias *fa, int dst_len,
u32 tb_id, const struct nl_info *info, unsigned int nlm_flags);
struct fib_alias *fib_find_alias(struct list_head *fah, u8 tos, u32 prio);
-int fib_detect_death(struct fib_info *fi, int order,
- struct fib_info **last_resort, int *last_idx, int dflt);
static inline void fib_result_assign(struct fib_result *res,
struct fib_info *fi)
--- a/net/ipv4/fib_semantics.c 2013-12-28 00:02:18.986981011 -0800
+++ b/net/ipv4/fib_semantics.c 2013-12-28 00:03:12.446182803 -0800
@@ -426,8 +426,9 @@ struct fib_alias *fib_find_alias(struct
return NULL;
}
-int fib_detect_death(struct fib_info *fi, int order,
- struct fib_info **last_resort, int *last_idx, int dflt)
+static int fib_detect_death(struct fib_info *fi, int order,
+ struct fib_info **last_resort, int *last_idx,
+ int dflt)
{
struct neighbour *n;
int state = NUD_NONE;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-28 19:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-28 19:06 [PATCH net-next v2] ipv4: make fib_detect_death static Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).