Whamcloud - gitweb
b=18075:
authorisaac <isaac>
Mon, 1 Jun 2009 21:21:31 +0000 (21:21 +0000)
committerisaac <isaac>
Mon, 1 Jun 2009 21:21:31 +0000 (21:21 +0000)
- removed an obsolete (and never published) module option.

lnet/selftest/rpc.c

index cab244a..0c24de4 100644 (file)
@@ -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);