SUNRPC: Nuke the tk_xprt macro

It is no longer in use

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
Trond Myklebust 2013-01-08 10:10:04 -05:00
parent ad2368d6f5
commit 77102893ae

View file

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