/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 = {
|
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 = {
|
||||||
|
|
Loading…
Reference in New Issue