linux-stable-rt/fs/dlm
Arjan van de Ven 00977a59b9 [PATCH] mark struct file_operations const 6
Many struct file_operations in the kernel can be "const".  Marking them const
moves these to the .rodata section, which avoids false sharing with potential
dirty data.  In addition it'll catch accidental writes at compile time to
these shared resources.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-12 09:48:45 -08:00
..
Kconfig [DLM/GFS2] indent help text 2007-02-05 13:38:20 -05:00
Makefile
ast.c
ast.h
config.c
config.h
debug_fs.c [PATCH] mark struct file_operations const 6 2007-02-12 09:48:45 -08:00
dir.c
dir.h
dlm_internal.h [DLM] fix user unlocking 2007-02-05 13:36:55 -05:00
lock.c [DLM] zero new user lvbs 2007-02-05 13:38:24 -05:00
lock.h
lockspace.c
lockspace.h
lowcomms-sctp.c [DLM] Use workqueues for dlm lowcomms 2007-02-05 13:36:52 -05:00
lowcomms-tcp.c [PATCH] dlm: use kern_recvmsg() 2007-02-09 09:14:06 -08:00
lowcomms.h
lvb_table.h
main.c
member.c
member.h
memory.c [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). 2007-02-11 10:51:27 -08:00
memory.h
midcomms.c
midcomms.h
rcom.c
rcom.h
recover.c [DLM] fix master recovery 2007-02-05 13:36:58 -05:00
recover.h
recoverd.c
recoverd.h
requestqueue.c
requestqueue.h
user.c [PATCH] mark struct file_operations const 6 2007-02-12 09:48:45 -08:00
user.h
util.c
util.h