Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9f4281f authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Revert "ANDROID: net: fib: remove duplicate assignment"

This reverts commit cfd4c9e3.

Bug: 16355602
Change-Id: I16743a8dd65076b30ba141aa28d2e2999134adec
parent 1e8d0b7e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -88,12 +88,14 @@ struct fib_rules_ops {
	[FRA_FWMARK]	= { .type = NLA_U32 }, \
	[FRA_FWMASK]	= { .type = NLA_U32 }, \
	[FRA_TABLE]     = { .type = NLA_U32 }, \
	[FRA_GOTO]	= { .type = NLA_U32 }, \
	[FRA_UID_START]	= { .type = NLA_U32 }, \
	[FRA_UID_END]	= { .type = NLA_U32 }, \
	[FRA_SUPPRESS_PREFIXLEN] = { .type = NLA_U32 }, \
	[FRA_SUPPRESS_IFGROUP] = { .type = NLA_U32 }, \
	[FRA_GOTO]	= { .type = NLA_U32 }
	

static inline void fib_rule_get(struct fib_rule *rule)
{
	atomic_inc(&rule->refcnt);