diff options
Diffstat (limited to 'net/sunrpc/sched.c')
| -rw-r--r-- | net/sunrpc/sched.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index b4133bd1391..bfa31714581 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c @@ -972,8 +972,7 @@ static void rpc_async_release(struct work_struct *work)  static void rpc_release_resources_task(struct rpc_task *task)  { -	if (task->tk_rqstp) -		xprt_release(task); +	xprt_release(task);  	if (task->tk_msg.rpc_cred) {  		put_rpccred(task->tk_msg.rpc_cred);  		task->tk_msg.rpc_cred = NULL;  | 
