Skip to content

Commit

Permalink
SUNRPC: Nuke the tk_xprt macro
Browse files Browse the repository at this point in the history
It is no longer in use

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Feb 1, 2013
1 parent ad2368d commit 7710289
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/sunrpc/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 7710289

Please sign in to comment.