diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-20 22:25:13 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-20 22:25:13 -0500 |
| commit | da0c894f9f0b045d629d6dd1448274bf39becd52 (patch) | |
| tree | 41040b4f28dd314f7681b1046eea4a3286aca9f8 /sys/kern/vfs_mount.c | |
| parent | 8d338f956b62ee24b07c32e8d1b6bd5cd699c31a (diff) | |
kern: Move vnode related files to kern
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/kern/vfs_mount.c')
| -rw-r--r-- | sys/kern/vfs_mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index d733a3f..909a618 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -33,7 +33,7 @@ #include <kern/spinlock.h> #include <kern/panic.h> #include <os/mount.h> -#include <os/vfs.h> +#include <kern/vfs.h> #include <lib/stdbool.h> #include <vm/kalloc.h> |
