1
0
Fork 0
alistair23-linux/fs/ncpfs
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
..
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dir.c [PATCH] mark struct inode_operations const 2 2007-02-12 09:48:46 -08:00
file.c Only send SIGXFSZ when exceeding rlimits. 2007-07-16 09:05:43 -07:00
getopt.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
getopt.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
inode.c Slab API: remove useless ctor parameter and reorder parameters 2007-10-17 08:42:45 -07:00
ioctl.c Detach sched.h from mm.h 2007-05-21 09:18:19 -07:00
mmap.c mm: fault feedback #1 2007-07-19 10:04:41 -07:00
ncplib_kernel.c NCP: delete test of long-deceased CONFIG_NCPFS_DEBUGDENTRY 2007-07-31 15:39:41 -07:00
ncplib_kernel.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ncpsign_kernel.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ncpsign_kernel.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sock.c ncpfs: make sure server connection survives a kill 2007-03-06 13:26:27 +01:00
symlink.c [PATCH] fs: Removing useless casts 2006-09-27 08:26:10 -07:00