kinode-dao / kinode

Kinode OS runtime
https://kinode.org
Apache License 2.0
24 stars 7 forks source link

Dr/vfs close files #422

Open dr-frmr opened 3 days ago

dr-frmr commented 3 days ago

Problem

VFS would never close file handles, leading to resource misuse.

Solution

Add a task to intermittently check if a file is in recent use, and if not, close it.

Testing

Use system as normal

Docs Update

N/A

Notes

This does not (unless I'm confused) fix the issue with immediate attempts to reuse the same file. @bitful-pannul