“8e8ff02c0b61d9b7c15c7996a2eddbedf51a105b”上不存在“arch/m32r/include/asm/ptrace.h”
  • A
    vfs: fix the stupidity with i_dentry in inode destructors · 6b520e05
    Al Viro 提交于
    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: NAl Viro <viro@zeniv.linux.org.uk>
    6b520e05
inode.c 11.6 KB