From 6641fa81bfcd6569e3255e987f69d1a5c204c3a0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 27 Jul 2022 20:17:03 -0700 Subject: [PATCH] ib_srpt: Remove the obsolete max_sge_delta kernel module parameter --- srpt/src/ib_srpt.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 866ea10ad..c62508a51 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -134,10 +134,6 @@ module_param_call(srpt_service_guid, NULL, srpt_get_u64_x, &srpt_service_guid, MODULE_PARM_DESC(srpt_service_guid, "Using this value for ioc_guid, id_ext, and cm_listen_id instead of using the node_guid of the first HCA."); -static unsigned int max_sge_delta; -module_param(max_sge_delta, uint, 0444); -MODULE_PARM_DESC(max_sge_delta, "Number to subtract from max_sge (obsolete)."); - /* * Note: changing any of the two constants below into SCST_CONTEXT_DIRECT is * dangerous because it might cause IB completions to be processed too late