[PATCH] net/rds: remove rds_ib_sysctl_max_unsig_bytes declaration

From: Gaosheng Cui
Date: Fri Sep 09 2022 - 02:44:12 EST


rds_ib_sysctl_max_unsig_bytes has been removed since
commit 1d34f175712b ("RDS: Remove unsignaled_bytes sysctl"),
so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@xxxxxxxxxx>
---
net/rds/ib.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/rds/ib.h b/net/rds/ib.h
index 2ba71102b1f1..bf5367b87506 100644
--- a/net/rds/ib.h
+++ b/net/rds/ib.h
@@ -451,7 +451,6 @@ void rds_ib_sysctl_exit(void);
extern unsigned long rds_ib_sysctl_max_send_wr;
extern unsigned long rds_ib_sysctl_max_recv_wr;
extern unsigned long rds_ib_sysctl_max_unsig_wrs;
-extern unsigned long rds_ib_sysctl_max_unsig_bytes;
extern unsigned long rds_ib_sysctl_max_recv_allocation;
extern unsigned int rds_ib_sysctl_flow_control;

--
2.25.1