diff options
author | dzwdz | 2021-09-04 17:45:42 +0200 |
---|---|---|
committer | dzwdz | 2021-09-04 17:45:42 +0200 |
commit | 400f218cdad6bceaed9843d4d44ab66593da591a (patch) | |
tree | 0271f9caaffd85c41008dac648458d129ef99e58 /src/kernel/vfs/mount.h | |
parent | 33b5bddebf6d38922c32c17aca481b9f031618b0 (diff) |
nuke the old handle code
Diffstat (limited to 'src/kernel/vfs/mount.h')
-rw-r--r-- | src/kernel/vfs/mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kernel/vfs/mount.h b/src/kernel/vfs/mount.h index d70d30a..b7029cd 100644 --- a/src/kernel/vfs/mount.h +++ b/src/kernel/vfs/mount.h @@ -5,7 +5,6 @@ struct vfs_mount { struct vfs_mount *prev; char *prefix; size_t prefix_len; - struct handle handle; }; // prepares init's filesystem view |