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/befs
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
..
ChangeLog
Kconfig
Makefile
TODO
befs.h
befs_fs_types.h
btree.c
btree.h
datastream.c
datastream.h
debug.c
endian.h
inode.c
inode.h
io.c
io.h
linuxvfs.c vfs: fix the stupidity with i_dentry in inode destructors 2012-01-03 22:52:40 -05:00
super.c
super.h