Loading include/net/if_inet6.h +0 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,6 @@ struct ifacaddr6 { struct ifacaddr6 *aca_next; int aca_users; atomic_t aca_refcnt; spinlock_t aca_lock; unsigned long aca_cstamp; unsigned long aca_tstamp; }; Loading net/ipv6/anycast.c +0 −1 Original line number Diff line number Diff line Loading @@ -235,7 +235,6 @@ static struct ifacaddr6 *aca_alloc(struct rt6_info *rt, /* aca_tstamp should be updated upon changes */ aca->aca_cstamp = aca->aca_tstamp = jiffies; atomic_set(&aca->aca_refcnt, 1); spin_lock_init(&aca->aca_lock); return aca; } Loading Loading
include/net/if_inet6.h +0 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,6 @@ struct ifacaddr6 { struct ifacaddr6 *aca_next; int aca_users; atomic_t aca_refcnt; spinlock_t aca_lock; unsigned long aca_cstamp; unsigned long aca_tstamp; }; Loading
net/ipv6/anycast.c +0 −1 Original line number Diff line number Diff line Loading @@ -235,7 +235,6 @@ static struct ifacaddr6 *aca_alloc(struct rt6_info *rt, /* aca_tstamp should be updated upon changes */ aca->aca_cstamp = aca->aca_tstamp = jiffies; atomic_set(&aca->aca_refcnt, 1); spin_lock_init(&aca->aca_lock); return aca; } Loading