android_kernel_xiaomi_sm8350/fs/afs
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
..
afs_cm.h
afs_fs.h AFS: implement file locking 2007-07-16 09:05:43 -07:00
afs_vl.h
afs.h AFS: implement file locking 2007-07-16 09:05:43 -07:00
cache.c
cache.h
callback.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
cell.c
cmservice.c
dir.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
file.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
flock.c AFS: clean up explicit check for mandatory locks 2007-10-09 18:32:46 -04:00
fsclient.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
inode.c
internal.h AFS: implement file locking 2007-07-16 09:05:43 -07:00
main.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
Makefile AFS: implement file locking 2007-07-16 09:05:43 -07:00
misc.c AFS: implement file locking 2007-07-16 09:05:43 -07:00
mntpt.c afs: mntput called before dput 2007-09-11 17:21:19 -07:00
netdevices.c [NET]: Make the device list and device lookups per namespace. 2007-10-10 16:49:10 -07:00
proc.c
rxrpc.c AFS: Use patched rxrpc_kernel_send_data() correctly 2007-07-20 08:54:14 -07:00
security.c
server.c
super.c Slab API: remove useless ctor parameter and reorder parameters 2007-10-17 08:42:45 -07:00
vlclient.c
vlocation.c
vnode.c AFS: drop explicit extern 2007-07-16 09:05:43 -07:00
volume.c
write.c