提交 84b92d39 编写于 作者: A Al Viro

vfs: pipe.c is really non-modular

... so no exitcalls there.  Not much would work if pipe(2) would stop
working, after all...
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 6b520e05
......@@ -1290,11 +1290,4 @@ static int __init init_pipe_fs(void)
return err;
}
static void __exit exit_pipe_fs(void)
{
kern_unmount(pipe_mnt);
unregister_filesystem(&pipe_fs_type);
}
fs_initcall(init_pipe_fs);
module_exit(exit_pipe_fs);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册