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

/proc/mounts

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