From 18d5e253731e1ea32e030639a816cb346ededa40 Mon Sep 17 00:00:00 2001 From: chenjing Date: Tue, 6 Apr 2021 17:33:49 +0800 Subject: [PATCH] /proc/mounts --- fs/proc/os_adapt/proc_vfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/proc/os_adapt/proc_vfs.c b/fs/proc/os_adapt/proc_vfs.c index 21560ece..2ab252fd 100755 --- a/fs/proc/os_adapt/proc_vfs.c +++ b/fs/proc/os_adapt/proc_vfs.c @@ -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 = {