* [patch 08/12] Unified spinlock initialization include/linux/wait.h
@ 2005-03-05 15:35 domen
0 siblings, 0 replies; only message in thread
From: domen @ 2005-03-05 15:35 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel, domen, amitg, gud
Unify the spinlock initialization as far as possible.
Do consider applying.
Signed-off-by: Amit Gud <gud@eth.net>
Signed-off-by: Domen Puncer <domen@coderock.org>
---
kj-domen/include/linux/wait.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -puN include/linux/wait.h~spin_lock_init-include_linux_wait.h include/linux/wait.h
--- kj/include/linux/wait.h~spin_lock_init-include_linux_wait.h 2005-03-05 16:11:51.000000000 +0100
+++ kj-domen/include/linux/wait.h 2005-03-05 16:11:51.000000000 +0100
@@ -79,7 +79,7 @@ typedef struct __wait_queue_head wait_qu
static inline void init_waitqueue_head(wait_queue_head_t *q)
{
- q->lock = SPIN_LOCK_UNLOCKED;
+ spin_lock_init(&q->lock);
INIT_LIST_HEAD(&q->task_list);
}
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-05 15:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-05 15:35 [patch 08/12] Unified spinlock initialization include/linux/wait.h domen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome