projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ae20ab
)
SUNRPC: remove dead variable 'rpciod_running'
author
Christoph Hellwig
<hch@infradead.org>
Fri, 9 Feb 2007 20:06:49 +0000
(20:06 +0000)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 14 May 2007 23:33:45 +0000
(19:33 -0400)
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>
net/sunrpc/sched.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/sched.c
b/net/sunrpc/sched.c
index b011eb625e49ca1ce89a1970148170772d257a4c..944d75396fb3a39448b20c4036932917c631dd46 100644
(file)
--- a/
net/sunrpc/sched.c
+++ b/
net/sunrpc/sched.c
@@
-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;