diff options
Diffstat (limited to 'net/sunrpc/clnt.c')
| -rw-r--r-- | net/sunrpc/clnt.c | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index 822f020fa7f..1915ffe598e 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c @@ -610,11 +610,6 @@ EXPORT_SYMBOL_GPL(rpc_killall_tasks);   */  void rpc_shutdown_client(struct rpc_clnt *clnt)  { -	/* -	 * To avoid deadlock, never call rpc_shutdown_client from a -	 * workqueue context! -	 */ -	WARN_ON_ONCE(current->flags & PF_WQ_WORKER);  	might_sleep();  	dprintk_rcu("RPC:       shutting down %s client for %s\n",  |