Volume-centric VFS implementation
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m41s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m41s
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <amd64/gdt.h>
|
||||
#include <amd64/proc.h>
|
||||
#include <aux/elf.h>
|
||||
#include <fs/vfs.h>
|
||||
#include <libk/align.h>
|
||||
#include <libk/list.h>
|
||||
#include <libk/rbtree.h>
|
||||
@@ -116,6 +117,7 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user