/proc/mounts

This commit is contained in:
chenjing 2021-04-06 17:33:49 +08:00
parent 7c3c92f87a
commit 18d5e25373
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {