Fix LINT-NOIP kernels after r291467
rn is only used if INET or INET6 are defined Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
4902050fa5
commit
af5c99e53f
@ -1369,7 +1369,9 @@ rt_mpath_unlink(struct radix_node_head *rnh, struct rt_addrinfo *info,
|
||||
static struct rtentry *
|
||||
rt_flowtable_check_route(struct radix_node_head *rnh, struct rt_addrinfo *info)
|
||||
{
|
||||
#if defined(INET6) || defined(INET)
|
||||
struct radix_node *rn;
|
||||
#endif
|
||||
struct rtentry *rt0;
|
||||
|
||||
rt0 = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user