Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VFS improvements #355

Merged
merged 4 commits into from
Jan 21, 2023
Merged

VFS improvements #355

merged 4 commits into from
Jan 21, 2023

Conversation

Akaricchi
Copy link
Member

No description provided.

VFSNode no longer has the generic void* data1 and data2 fields.
Introduced a macro system that allows backends to easily "subclass"
VFSNode to add extra fields.
In practice this was not a problem because everything so far passes
vfs_root to vfs_mount_or_decref().
This is very verbose and only useful for VFS debugging.
@Akaricchi Akaricchi merged commit 2b30973 into master Jan 21, 2023
@Akaricchi Akaricchi deleted the vfs-refactor branch August 30, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant