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

Commit a38201e3 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by David S. Miller
Browse files

[NETFILTER]: ipt_CLUSTERIP: kill clusterip_config_entry_get



It's unused static inline.

Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a83099a6
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -76,13 +76,6 @@ clusterip_config_put(struct clusterip_config *c)
		kfree(c);
}

/* increase the count of entries(rules) using/referencing this config */
static inline void
clusterip_config_entry_get(struct clusterip_config *c)
{
	atomic_inc(&c->entries);
}

/* decrease the count of entries using/referencing this config.  If last
 * entry(rule) is removed, remove the config from lists, but don't free it
 * yet, since proc-files could still be holding references */