dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/efs
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 efs out 2009-01-22 13:15:57 +03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dir.c get rid of BKL in fs/efs 2009-06-17 00:36:36 -04:00
efs.h efs: move headers out of include/linux/ 2008-02-23 17:12:15 -08:00
file.c efs: move headers out of include/linux/ 2008-02-23 17:12:15 -08:00
inode.c filesystems: add set_nlink() 2011-11-02 12:53:43 +01:00
namei.c make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) 2011-07-20 01:44:26 -04:00
super.c vfs: fix the stupidity with i_dentry in inode destructors 2012-01-03 22:52:40 -05:00
symlink.c get rid of BKL in fs/efs 2009-06-17 00:36:36 -04:00