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

FS drivers and vfscore_uiomove #48

Open
sartakov opened this issue Jun 29, 2020 · 0 comments
Open

FS drivers and vfscore_uiomove #48

sartakov opened this issue Jun 29, 2020 · 0 comments

Comments

@sartakov
Copy link

Hi

When VFSCORE deals with RAMFS, it uses ramfs_read and ramfs_write to read and write data. However, these methods, in turn, call vfscore_uiomove for data transfer. Could you please help me to understand the rationale behind that? vfscore_uiomove, in essence, is just memcpy, why not do this inside RAMFS?

thank you.

@nderjung nderjung added this to TODO in General Kanban May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant