linux/fs/ocfs2/dlm
Ingo Molnar 34af946a22 [PATCH] spin/rwlock init cleanups
locking init cleanups:

 - convert " = SPIN_LOCK_UNLOCKED" to spin_lock_init() or DEFINE_SPINLOCK()
 - convert rwlocks in a similar manner

this patch was generated automatically.

Motivation:

 - cleanliness
 - lockdep needs control of lock initialization, which the open-coded
   variants do not give
 - it's also useful for -rt and for lock debugging in general

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-27 17:32:39 -07:00
..
Makefile
dlmapi.h
dlmast.c ocfs2: do LVB puts in place 2006-06-26 14:42:55 -07:00
dlmcommon.h ocfs2: move dlm work to a private work queue 2006-06-26 14:43:18 -07:00
dlmconvert.c ocfs2: fix compiler warnings in dlm_convert_lock_handler() 2006-06-26 14:43:20 -07:00
dlmconvert.h
dlmdebug.c [PATCH] fs/ocfs2/dlm/: cleanups 2006-06-26 14:43:21 -07:00
dlmdomain.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
dlmdomain.h
dlmfs.c ocfs2: use GFP_NOFS in some dlm operations 2006-06-26 14:43:12 -07:00
dlmfsver.c
dlmfsver.h
dlmlock.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
dlmmaster.c [PATCH] fs/ocfs2/dlm/: cleanups 2006-06-26 14:43:21 -07:00
dlmrecovery.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
dlmthread.c ocfs2: use cond_resched() in dlm_thread() 2006-06-26 14:43:13 -07:00
dlmunlock.c ocfs2: remove whitespace in dlmunlock.c 2006-06-26 14:43:19 -07:00
dlmver.c
dlmver.h
userdlm.c ocfs2: use GFP_NOFS in some dlm operations 2006-06-26 14:43:12 -07:00
userdlm.h