Commit 9c9cc93ad2a5d9972672e03685af20e8cea1e5a4

Authored by Christoph Hellwig
Committed by Trond Myklebust
1 parent 8ae20abdd1

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: Christoph Hellwig <hch@lst.de>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -989,8 +989,6 @@
989 989 spin_unlock(&rpc_sched_lock);
990 990 }
991 991  
992   -static DECLARE_MUTEX_LOCKED(rpciod_running);
993   -
994 992 static void rpciod_killall(void)
995 993 {
996 994 unsigned long flags;