linux/fs/minix
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 bitops: remove minix bitops from asm/bitops.h 2011-03-23 19:46:22 -07:00
Makefile
bitmap.c minixfs: kill manual hweight(), simplify 2011-11-19 11:13:28 -05:00
dir.c
file.c
inode.c vfs: fix the stupidity with i_dentry in inode destructors 2012-01-03 22:52:40 -05:00
itree_common.c
itree_v1.c
itree_v2.c
minix.h minixfs: kill manual hweight(), simplify 2011-11-19 11:13:28 -05:00
namei.c minix: remove unnecessary dentry_unhash on rmdir, dir rename 2011-05-28 01:02:54 -04:00