diff options
author | Denis V. Lunev <den@openvz.org> | 2007-12-08 03:22:13 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:57:00 -0500 |
commit | c17860a039bbde134324ad6f9331500635f5799d (patch) | |
tree | 0edd5f21bd2494d2b7bfd79a67d68888afb3c9f4 /net/ipv4/fib_lookup.h | |
parent | 7e5449c21562f1554d2c355db1ec9d3e4f434288 (diff) |
[IPV4]: no need pass pointer to a default into fib_detect_death
ipv4: no need pass pointer to a default into fib_detect_death
Signed-off-by: Denis V. Lunev <den@openvz.org>
Acked-by: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_lookup.h')
-rw-r--r-- | net/ipv4/fib_lookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_lookup.h b/net/ipv4/fib_lookup.h index eef9eec17e0c..6c9dd4282db0 100644 --- a/net/ipv4/fib_lookup.h +++ b/net/ipv4/fib_lookup.h | |||
@@ -36,6 +36,6 @@ extern struct fib_alias *fib_find_alias(struct list_head *fah, | |||
36 | u8 tos, u32 prio); | 36 | u8 tos, u32 prio); |
37 | extern int fib_detect_death(struct fib_info *fi, int order, | 37 | extern int fib_detect_death(struct fib_info *fi, int order, |
38 | struct fib_info **last_resort, | 38 | struct fib_info **last_resort, |
39 | int *last_idx, int *dflt); | 39 | int *last_idx, int dflt); |
40 | 40 | ||
41 | #endif /* _FIB_LOOKUP_H */ | 41 | #endif /* _FIB_LOOKUP_H */ |