mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [tip:core/locking] kernel/mutex.c: Fix unused var warning
       [not found] <201005141841.o4EIfcl0015387@imap1.linux-foundation.org>
@ 2010-05-18 14:48 ` tip-bot for Andrew Morton
  0 siblings, 0 replies; only message in thread
From: tip-bot for Andrew Morton @ 2010-05-18 14:48 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, a.p.zijlstra, torvalds, benh, akpm,
	stable, tglx, mingo

Commit-ID:  0f14452563e342637f9a3a2f036cac7315081b2b
Gitweb:     http://git.kernel.org/tip/0f14452563e342637f9a3a2f036cac7315081b2b
Author:     Andrew Morton <akpm@linux-foundation.org>
AuthorDate: Fri, 14 May 2010 11:13:48 -0700
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Tue, 18 May 2010 16:46:03 +0200

kernel/mutex.c: Fix unused var warning

kernel/mutex.c: In function '__mutex_lock_common':
 kernel/mutex.c:148: warning: unused variable 'timeout'

Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
LKML-Reference: <201005141841.o4EIfcl0015387@imap1.linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 kernel/mutex.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/mutex.c b/kernel/mutex.c
index 7d4626b..b998c6e 100644
--- a/kernel/mutex.c
+++ b/kernel/mutex.c
@@ -145,7 +145,7 @@ __mutex_lock_common(struct mutex *lock, long state, unsigned int subclass,
 	struct task_struct *task = current;
 	struct mutex_waiter waiter;
 	unsigned long flags;
-	unsigned long timeout;
+	unsigned long timeout __maybe_unused;
 
 	preempt_disable();
 	mutex_acquire(&lock->dep_map, subclass, 0, ip);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-18 14:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201005141841.o4EIfcl0015387@imap1.linux-foundation.org>
2010-05-18 14:48 ` [tip:core/locking] kernel/mutex.c: Fix unused var warning tip-bot for Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®