From: isaac Date: Mon, 1 Jun 2009 21:21:31 +0000 (+0000) Subject: b=18075: X-Git-Tag: v1_8_2_01~1^5~31 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6152cf99e74b9330dbbf652d161c98ed865623b2;p=fs%2Flustre-release.git b=18075: - removed an obsolete (and never published) module option. --- 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);