alistair23-linux/fs/ocfs2/dlm
Alexey Dobriyan 51cc50685a SL*B: drop kmem cache argument from constructor
Kmem cache passed to constructor is only needed for constructors that are
themselves multiplexeres.  Nobody uses this "feature", nor does anybody uses
passed kmem cache in non-trivial way, so pass only pointer to object.

Non-trivial places are:
	arch/powerpc/mm/init_64.c
	arch/powerpc/mm/hugetlbpage.c

This is flag day, yes.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Acked-by: Christoph Lameter <cl@linux-foundation.org>
Cc: Jon Tollefson <kniht@linux.vnet.ibm.com>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Cc: Matt Mackall <mpm@selenic.com>
[akpm@linux-foundation.org: fix arch/powerpc/mm/hugetlbpage.c]
[akpm@linux-foundation.org: fix mm/slab.c]
[akpm@linux-foundation.org: fix ubifs]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-07-26 12:00:07 -07:00
..
dlmapi.h
dlmast.c
dlmcommon.h ocfs2/dlm: Move struct dlm_master_list_entry to dlmcommon.h 2008-04-18 08:56:09 -07:00
dlmconvert.c
dlmconvert.h
dlmdebug.c ocfs2/dlm: dlmdebug.c: make 2 functions static 2008-04-30 17:09:40 -07:00
dlmdebug.h [PATCH 2/3] ocfs2/dlm: Silence build warnings 2008-05-30 15:15:10 -07:00
dlmdomain.c ocfs2/dlm: Dump the dlm state in a debugfs file 2008-04-18 08:56:08 -07:00
dlmdomain.h
dlmfs.c SL*B: drop kmem cache argument from constructor 2008-07-26 12:00:07 -07:00
dlmfsver.c
dlmfsver.h
dlmlock.c ocfs2/dlm: Create slabcaches for lock and lockres 2008-04-18 08:56:08 -07:00
dlmmaster.c [PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres() 2008-07-07 11:24:29 -07:00
dlmrecovery.c
dlmthread.c ocfs2/dlm: dlm_thread should not sleep while holding the dlm_spinlock 2008-03-10 15:14:17 -07:00
dlmunlock.c
dlmver.c
dlmver.h
Makefile ocfs2: Only build ocfs2/dlm with the o2cb stack module 2008-04-18 08:56:12 -07:00
userdlm.c
userdlm.h