linux/fs/udf
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
balloc.c Fix possible NULL pointer dereference in udf_table_free_blocks() 2007-08-31 01:42:22 -07:00
crc.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
dir.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
directory.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
ecma_167.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
file.c udf: convert to new aops 2007-10-16 09:42:57 -07:00
fsync.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
ialloc.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
inode.c udf: convert to new aops 2007-10-16 09:42:57 -07:00
lowlevel.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
misc.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
namei.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
osta_udf.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
partition.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
super.c Slab API: remove useless ctor parameter and reorder parameters 2007-10-17 08:42:45 -07:00
symlink.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
truncate.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
udf_i.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
udf_sb.h UDF: fix UID and GID mount option ignorance 2007-07-31 15:39:43 -07:00
udfdecl.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
udfend.h UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
udftime.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00
unicode.c UDF: coding style conversion - lindent fixups 2007-07-21 17:49:14 -07:00