diff options
Diffstat (limited to 'net/sunrpc/clnt.c')
-rw-r--r-- | net/sunrpc/clnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index 28a789419f64..50af8bbe7f20 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c | |||
@@ -787,7 +787,7 @@ call_reserveresult(struct rpc_task *task) | |||
787 | static void | 787 | static void |
788 | call_allocate(struct rpc_task *task) | 788 | call_allocate(struct rpc_task *task) |
789 | { | 789 | { |
790 | unsigned int slack = task->tk_auth->au_cslack; | 790 | unsigned int slack = task->tk_msg.rpc_cred->cr_auth->au_cslack; |
791 | struct rpc_rqst *req = task->tk_rqstp; | 791 | struct rpc_rqst *req = task->tk_rqstp; |
792 | struct rpc_xprt *xprt = task->tk_xprt; | 792 | struct rpc_xprt *xprt = task->tk_xprt; |
793 | struct rpc_procinfo *proc = task->tk_msg.rpc_proc; | 793 | struct rpc_procinfo *proc = task->tk_msg.rpc_proc; |