]> git.karo-electronics.de Git - linux-beck.git/commit
SUNRPC: remove dead variable 'rpciod_running'
authorChristoph Hellwig <hch@infradead.org>
Fri, 9 Feb 2007 20:06:49 +0000 (20:06 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 14 May 2007 23:33:45 +0000 (19:33 -0400)
commit9c9cc93ad2a5d9972672e03685af20e8cea1e5a4
tree612b444767374c863f6dc344e938f46e6eec3472
parent8ae20abdd18c6c7f21bbae931353e7cfad77d7b6
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>
net/sunrpc/sched.c