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