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

Commit ae0662f8 authored by kbuild test robot's avatar kbuild test robot Committed by Pablo Neira Ayuso
Browse files

netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be static



Fixes: 3ecbfd65 ("netfilter: nf_tables: allocate handle and delete objects via handle")
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent ef3f6c25
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4328,7 +4328,7 @@ struct nft_object *nf_tables_obj_lookup(const struct nft_table *table,
}
EXPORT_SYMBOL_GPL(nf_tables_obj_lookup);

struct nft_object *nf_tables_obj_lookup_byhandle(const struct nft_table *table,
static struct nft_object *nf_tables_obj_lookup_byhandle(const struct nft_table *table,
							const struct nlattr *nla,
							u32 objtype, u8 genmask)
{
@@ -4850,7 +4850,7 @@ struct nft_flowtable *nf_tables_flowtable_lookup(const struct nft_table *table,
}
EXPORT_SYMBOL_GPL(nf_tables_flowtable_lookup);

struct nft_flowtable *
static struct nft_flowtable *
nf_tables_flowtable_lookup_byhandle(const struct nft_table *table,
				    const struct nlattr *nla, u8 genmask)
{