提交 18d5e253 编写于 作者: C chenjing

/proc/mounts

上级 7c3c92f8
......@@ -268,7 +268,7 @@ int VfsProcfsStatfs(struct Mount *mnt, struct statfs *buf)
const struct MountOps procfs_operations = {
.Mount = VfsProcfsMount,
.Unmount = NULL,
.Statfs = VfsProcStatfs,
.Statfs = VfsProcfsStatfs,
};
static struct VnodeOps g_procfsVops = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册