Message ID | 20200715021846.34096-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [net-next] cipso: Remove unused inline functions | expand |
On Tue, Jul 14, 2020 at 10:21 PM YueHaibing <yuehaibing@huawei.com> wrote: > > They are not used any more since commit b1edeb102397 ("netlabel: Replace > protocol/NetLabel linking with refrerence counts") > > Signed-off-by: YueHaibing <yuehaibing@huawei.com> > --- > include/net/cipso_ipv4.h | 12 ------------ > 1 file changed, 12 deletions(-) Looks good to me, thanks for the patch. Acked-by: Paul Moore <paul@paul-moore.com>
From: YueHaibing <yuehaibing@huawei.com> Date: Wed, 15 Jul 2020 10:18:46 +0800 > They are not used any more since commit b1edeb102397 ("netlabel: Replace > protocol/NetLabel linking with refrerence counts") > > Signed-off-by: YueHaibing <yuehaibing@huawei.com> Applied.
diff --git a/include/net/cipso_ipv4.h b/include/net/cipso_ipv4.h index 428b6725b248..53dd7d988a2d 100644 --- a/include/net/cipso_ipv4.h +++ b/include/net/cipso_ipv4.h @@ -150,18 +150,6 @@ static inline int cipso_v4_doi_walk(u32 *skip_cnt, { return 0; } - -static inline int cipso_v4_doi_domhsh_add(struct cipso_v4_doi *doi_def, - const char *domain) -{ - return -ENOSYS; -} - -static inline int cipso_v4_doi_domhsh_remove(struct cipso_v4_doi *doi_def, - const char *domain) -{ - return 0; -} #endif /* CONFIG_NETLABEL */ /*
They are not used any more since commit b1edeb102397 ("netlabel: Replace protocol/NetLabel linking with refrerence counts") Signed-off-by: YueHaibing <yuehaibing@huawei.com> --- include/net/cipso_ipv4.h | 12 ------------ 1 file changed, 12 deletions(-)