[PATCH] lockdep: spin_lock_nest_lock fix

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johannes Weiner
Date: Thursday, August 7, 2008 - 6:42 am

Hi,

akpm@linux-foundation.org writes:


---

Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
---
 kernel/spinlock.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/kernel/spinlock.c
+++ b/kernel/spinlock.c
@@ -323,7 +323,7 @@ void __lockfunc _spin_lock_nest_lock(spi
 	LOCK_CONTENDED(lock, _raw_spin_trylock, _raw_spin_lock);
 }
 
-EXPORT_SYMBOL(_spin_lock_nest_lock)
+EXPORT_SYMBOL(_spin_lock_nest_lock);
 
 #endif
 
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] lockdep: spin_lock_nest_lock fix, Johannes Weiner, (Thu Aug 7, 6:42 am)