diff mbox series

[net-next] netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCK

Message ID 20200918131729.38652-1-yuehaibing@huawei.com
State Accepted
Delegated to: Pablo Neira
Headers show
Series [net-next] netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCK | expand

Commit Message

Yue Haibing Sept. 18, 2020, 1:17 p.m. UTC
commit 9a32669fecfb ("netfilter: nf_tables_offload: support indr block call")
left behind this.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 net/netfilter/nf_tables_offload.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Pablo Neira Ayuso Oct. 4, 2020, 7:08 p.m. UTC | #1
On Fri, Sep 18, 2020 at 09:17:29PM +0800, YueHaibing wrote:
> commit 9a32669fecfb ("netfilter: nf_tables_offload: support indr block call")
> left behind this.

Applied.
diff mbox series

Patch

diff --git a/net/netfilter/nf_tables_offload.c b/net/netfilter/nf_tables_offload.c
index 9ef37c1b7b3b..7c7e06624dc3 100644
--- a/net/netfilter/nf_tables_offload.c
+++ b/net/netfilter/nf_tables_offload.c
@@ -323,8 +323,6 @@  static int nft_indr_block_offload_cmd(struct nft_base_chain *basechain,
 	return nft_block_setup(basechain, &bo, cmd);
 }
 
-#define FLOW_SETUP_BLOCK TC_SETUP_BLOCK
-
 static int nft_chain_offload_cmd(struct nft_base_chain *basechain,
 				 struct net_device *dev,
 				 enum flow_block_command cmd)