lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 9 Sep 2022 14:43:58 +0800
From:   Gaosheng Cui <cuigaosheng1@...wei.com>
To:     <santosh.shilimkar@...cle.com>, <davem@...emloft.net>,
        <edumazet@...gle.com>, <kuba@...nel.org>, <pabeni@...hat.com>,
        <andy.grover@...cle.com>, <cuigaosheng1@...wei.com>
CC:     <netdev@...r.kernel.org>, <linux-rdma@...r.kernel.org>,
        <rds-devel@....oracle.com>, <linux-kernel@...r.kernel.org>
Subject: [PATCH] net/rds: remove rds_ib_sysctl_max_unsig_bytes declaration

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@...wei.com>
---
 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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ