Remove vfs_volume_open() and vfs_volume_close()

This commit is contained in:
2026-04-28 00:20:25 +02:00
parent 71522e4df5
commit 21ff32de54
6 changed files with 3 additions and 113 deletions

View File

@@ -125,7 +125,6 @@ void proc_cleanup(struct proc* proc, struct reschedule_ctx* rctx) {
procgroup_detach(proc->procgroup, proc, rctx);
vfs_volume_close(proc, proc->cwv, rctx);
proc_free_pid(proc->pid);
/* clean the process */
free(proc);