/proc/mounts
This commit is contained in:
parent
7c3c92f87a
commit
18d5e25373
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue