linux/fs/affs
Al Viro 6b520e0565 vfs: fix the stupidity with i_dentry in inode destructors
Seeing that just about every destructor got that INIT_LIST_HEAD() copied into
it, there is no point whatsoever keeping this INIT_LIST_HEAD in inode_init_once();
the cost of taking it into inode_init_always() will be negligible for pipes
and sockets and negative for everything else.  Not to mention the removal of
boilerplate code from ->destroy_inode() instances...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2012-01-03 22:52:40 -05:00
..
Changes
Kconfig fs/Kconfig: move affs out 2009-01-22 13:15:56 +03:00
Makefile fs: change to new flag variable 2011-03-17 14:02:57 +01:00
affs.h fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 2011-07-20 20:47:59 -04:00
amigaffs.c filesystems: add set_nlink() 2011-11-02 12:53:43 +01:00
bitmap.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
dir.c sanitize ->fsync() for affs 2009-06-11 21:36:14 -04:00
file.c fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 2011-07-20 20:47:59 -04:00
inode.c filesystems: add set_nlink() 2011-11-02 12:53:43 +01:00
namei.c filesystems: add missing nlink wrappers 2011-11-02 12:53:43 +01:00
super.c vfs: fix the stupidity with i_dentry in inode destructors 2012-01-03 22:52:40 -05:00
symlink.c Fix remount races with symlink handling in affs 2010-01-26 22:22:24 -05:00