Commit 9c9cc93a authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Trond Myklebust
Browse files

SUNRPC: remove dead variable 'rpciod_running'



rpciod_running is not used at all, but due to the way DECLARE_MUTEX_LOCKED
works we don't get a warning for it.


Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 8ae20abd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -989,8 +989,6 @@ void rpc_killall_tasks(struct rpc_clnt *clnt)
	spin_unlock(&rpc_sched_lock);
}

static DECLARE_MUTEX_LOCKED(rpciod_running);

static void rpciod_killall(void)
{
	unsigned long flags;