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