linux/fs/gfs2
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
..
acl.c
acl.h
aops.c
bmap.c GFS2: Move readahead of metadata during deallocation into its own function 2011-10-21 12:39:54 +01:00
bmap.h
dentry.c
dir.c GFS2: Use cached rgrp in gfs2_rlist_add() 2011-10-21 12:39:39 +01:00
dir.h
export.c
file.c vfs: mnt_drop_write_file() 2012-01-03 22:52:40 -05:00
gfs2.h
glock.c
glock.h treewide: use __printf not __attribute__((format(printf,...))) 2011-10-31 17:30:54 -07:00
glops.c filesystems: add set_nlink() 2011-11-02 12:53:43 +01:00
glops.h GFS2: Fix AIL flush issue during fsync 2011-10-21 12:39:41 +01:00
incore.h GFS2: Remove two unused variables 2011-10-21 12:39:52 +01:00
inode.c Merge http://sucs.org/~rohan/git/gfs2-3.0-nmw 2011-10-28 10:44:50 -07:00
inode.h
Kconfig
lock_dlm.c
log.c
log.h
lops.c GFS2: Misc fixes 2011-10-21 12:39:51 +01:00
lops.h
main.c
Makefile
meta_io.c
meta_io.h
ops_fstype.c fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros 2011-10-31 19:30:31 -04:00
quota.c GFS2: Misc fixes 2011-10-21 12:39:51 +01:00
quota.h
recovery.c
recovery.h
rgrp.c GFS2: Remove two unused variables 2011-10-21 12:39:52 +01:00
rgrp.h GFS2: Remove two unused variables 2011-10-21 12:39:52 +01:00
super.c vfs: fix the stupidity with i_dentry in inode destructors 2012-01-03 22:52:40 -05:00
super.h
sys.c
sys.h
trace_gfs2.h
trans.c
trans.h
util.c
util.h
xattr.c GFS2: Use cached rgrp in gfs2_rlist_add() 2011-10-21 12:39:39 +01:00
xattr.h