linux-stable-rt/fs/nfs
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
callback.c
callback.h
callback_proc.c
callback_xdr.c
client.c mm: bdi init hooks 2007-10-17 08:42:45 -07:00
delegation.c NFSv4: Fix a typo in nfs_inode_reclaim_delegation 2007-10-11 15:11:51 -04:00
delegation.h
dir.c NFS: Add a boot parameter to disable 64 bit inode numbers 2007-10-09 17:20:52 -04:00
direct.c NFS: Remove nfs_begin_data_update/nfs_end_data_update 2007-10-09 17:19:53 -04:00
file.c nfs: convert to new aops 2007-10-16 09:42:57 -07:00
getroot.c
idmap.c
inode.c Slab API: remove useless ctor parameter and reorder parameters 2007-10-17 08:42:45 -07:00
internal.h
iostat.h
mount_clnt.c
namespace.c
nfs2xdr.c
nfs3acl.c NFS: Remove nfs_begin_data_update/nfs_end_data_update 2007-10-09 17:19:53 -04:00
nfs3proc.c NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inode 2007-10-09 17:20:45 -04:00
nfs3xdr.c
nfs4_fs.h
nfs4namespace.c
nfs4proc.c NFS: Fix a connectathon regression in NFSv3 and NFSv4 2007-10-09 17:20:47 -04:00
nfs4renewd.c
nfs4state.c
nfs4xdr.c
nfsroot.c
pagelist.c
proc.c NFS: Fake up 'wcc' attributes to prevent cache invalidation after write 2007-10-09 17:19:15 -04:00
read.c
super.c
symlink.c
sysctl.c
unlink.c NFS: Remove nfs_begin_data_update/nfs_end_data_update 2007-10-09 17:19:53 -04:00
write.c mm: count reclaimable pages per BDI 2007-10-17 08:42:45 -07:00