Browse Source

SUNRPC: Nuke the tk_xprt macro

It is no longer in use

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Trond Myklebust 12 years ago
parent
commit
77102893ae
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/linux/sunrpc/sched.h

+ 0 - 1
include/linux/sunrpc/sched.h

@@ -87,7 +87,6 @@ struct rpc_task {
 				tk_cred_retry : 2,
 				tk_rebind_retry : 2;
 };
-#define tk_xprt			tk_client->cl_xprt
 
 /* support walking a list of tasks on a wait queue */
 #define	task_for_each(task, pos, head) \