aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2013-01-08 10:10:04 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2013-02-01 10:13:48 -0500
commit77102893ae685270c1774fa8b7eead6ad93c838d (patch)
treee7009e18257aa4a1444b271617b1d6333797b0da /include/linux/sunrpc
parentSUNRPC: Avoid RCU dereferences in the transport bind and connect code (diff)
downloadlinux-dev-77102893ae685270c1774fa8b7eead6ad93c838d.tar.xz
linux-dev-77102893ae685270c1774fa8b7eead6ad93c838d.zip
SUNRPC: Nuke the tk_xprt macro
It is no longer in use Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h
index b64f8eb0b973..84ca436b76c2 100644
--- a/include/linux/sunrpc/sched.h
+++ b/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) \