Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9c9cc93ad2a5d9972672e03685af20e8cea1e5a4
Commit:     9c9cc93ad2a5d9972672e03685af20e8cea1e5a4
Parent:     8ae20abdd18c6c7f21bbae931353e7cfad77d7b6
Author:     Christoph Hellwig <[EMAIL PROTECTED]>
AuthorDate: Fri Feb 9 20:06:49 2007 +0000
Committer:  Trond Myklebust <[EMAIL PROTECTED]>
CommitDate: Mon May 14 19:33:45 2007 -0400

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Trond Myklebust <[EMAIL PROTECTED]>
---
 net/sunrpc/sched.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c
index b011eb6..944d753 100644
--- 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to