From 6152cf99e74b9330dbbf652d161c98ed865623b2 Mon Sep 17 00:00:00 2001 From: isaac Date: Mon, 1 Jun 2009 21:21:31 +0000 Subject: [PATCH] b=18075: - removed an obsolete (and never published) module option. --- lnet/selftest/rpc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lnet/selftest/rpc.c b/lnet/selftest/rpc.c index cab244a..0c24de4 100644 --- a/lnet/selftest/rpc.c +++ b/lnet/selftest/rpc.c @@ -61,9 +61,6 @@ struct smoketest_rpc { __u64 rpc_matchbits; /* matchbits counter */ } srpc_data; -static int srpc_peer_credits = 0; -CFS_MODULE_PARM(srpc_peer_credits, "i", int, 0444, "obsolete: do NOT use"); - /* forward ref's */ int srpc_handle_rpc (swi_workitem_t *wi); -- 1.8.3.1