1
0
Fork 0
alistair23-linux/fs/adfs
Christoph Lameter 4ba9b9d0ba Slab API: remove useless ctor parameter and reorder parameters
Slab constructors currently have a flags parameter that is never used.  And
the order of the arguments is opposite to other slab functions.  The object
pointer is placed before the kmem_cache pointer.

Convert

        ctor(void *object, struct kmem_cache *s, unsigned long flags)

to

        ctor(struct kmem_cache *s, void *object)

throughout the kernel

[akpm@linux-foundation.org: coupla fixes]
Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-10-17 08:42:45 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
adfs.h [PATCH] mark struct inode_operations const 1 2007-02-12 09:48:46 -08:00
dir.c [PATCH] mark struct inode_operations const 1 2007-02-12 09:48:46 -08:00
dir_f.c [PATCH] adfs: fix filename handling 2007-01-05 23:55:22 -08:00
dir_f.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dir_fplus.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dir_fplus.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
file.c sendfile: remove .sendfile from filesystems that use generic_file_sendfile() 2007-07-10 08:04:13 +02:00
inode.c fs: adfs convert to new aops 2007-10-16 09:42:57 -07:00
map.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
super.c Slab API: remove useless ctor parameter and reorder parameters 2007-10-17 08:42:45 -07:00