linux/fs/isofs
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
..
Kconfig fs/Kconfig: move iso9660, udf out 2009-01-22 13:15:55 +03:00
Makefile
compress.c zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress block size 2009-12-10 15:02:49 +01:00
dir.c isofs: Remove global fs lock 2011-07-22 19:42:12 -04:00
export.c exportfs: Return the minimum required handle size 2011-03-14 09:15:28 -04:00
inode.c vfs: fix the stupidity with i_dentry in inode destructors 2012-01-03 22:52:40 -05:00
isofs.h isofs: Remove global fs lock 2011-07-22 19:42:12 -04:00
joliet.c NLS: update handling of Unicode 2009-06-15 21:44:43 -07:00
namei.c isofs: Remove global fs lock 2011-07-22 19:42:12 -04:00
rock.c filesystems: add set_nlink() 2011-11-02 12:53:43 +01:00
rock.h
util.c
zisofs.h