mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-15 19:25:13 +00:00
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> |
||
|---|---|---|
| .. | ||
| BUGS | ||
| common.h | ||
| dir.c | ||
| exofs.h | ||
| file.c | ||
| inode.c | ||
| Kbuild | ||
| Kconfig | ||
| namei.c | ||
| ore.c | ||
| ore_raid.c | ||
| ore_raid.h | ||
| super.c | ||
| symlink.c | ||