lib: fs: implement file cleanup using disconnect and detach events

This commit is contained in:
2026-03-24 20:25:13 +00:00
parent dade9fa81f
commit 329829c0e9
4 changed files with 102 additions and 12 deletions

View File

@@ -45,6 +45,7 @@ extern kern_status_t fs_msg_open(
return KERN_OK;
}
f->f_ref = 1;
f->f_seek = 0;
f->f_dent = dent;
f->f_inode = dent->d_inode;