SUNRPC: Remove the 'tk_magic' debugging field
It has not triggered in almost a decade. Time to get rid of it... Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
d60dbb20a7
commit
d72b6cec8d
2 changed files with 0 additions and 14 deletions
|
|
@ -41,9 +41,6 @@ struct rpc_wait {
|
|||
* This is the RPC task struct
|
||||
*/
|
||||
struct rpc_task {
|
||||
#ifdef RPC_DEBUG
|
||||
unsigned long tk_magic; /* 0xf00baa */
|
||||
#endif
|
||||
atomic_t tk_count; /* Reference count */
|
||||
struct list_head tk_task; /* global list of tasks */
|
||||
struct rpc_clnt * tk_client; /* RPC client */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue