projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b00456
)
ipv4: Mark fib_combine_itag()'s 'res' arg as const.
author
David S. Miller
<davem@davemloft.net>
Thu, 17 Feb 2011 06:04:57 +0000
(22:04 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 17 Feb 2011 23:52:59 +0000
(15:52 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
patch
|
blob
|
history
diff --git
a/include/net/ip_fib.h
b/include/net/ip_fib.h
index 08b46b8c30315e4353aa95ba370da73ff972b67a..b3019d89e8bedb01b3da8240390af59f3bdfc2af 100644
(file)
--- a/
include/net/ip_fib.h
+++ b/
include/net/ip_fib.h
@@
-232,7
+232,7
@@
extern void fib_select_multipath(const struct flowi *flp, struct fib_result *res
extern void fib_trie_init(void);
extern struct fib_table *fib_trie_table(u32 id);
-static inline void fib_combine_itag(u32 *itag, struct fib_result *res)
+static inline void fib_combine_itag(u32 *itag,
const
struct fib_result *res)
{
#ifdef CONFIG_IP_ROUTE_CLASSID
#ifdef CONFIG_IP_MULTIPLE_TABLES