mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
VFS no longer deals with inodes in public API, only with custodies and file descriptions. Talk directly to the file system if you need to operate on a inode. In most cases you actually want to go though VFS, to get proper permission check and other niceties. For this to work, you have to provide a custody, which describes *how* you have opened the inode, not just what the inode is.
4.0 KiB
4.0 KiB