lib: fs: implement file cleanup using disconnect and detach events
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user