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

exfat/io: move exfat_generic_pwrite/pread to node.c from io.c #175

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Donny9
Copy link

@Donny9 Donny9 commented Aug 16, 2021

Because all apis(exfat_open/close/write/read) are related to
"struct exfat_dev" in io.c, and exfat_generic_pwrite/pread are
related to struct exfat_node, so move them to node.c more appropriate.

It makes the fs easier to port to other systems.

Change-Id: I5069c3e8f6439073cb7dc43ab2d7b6c80fa47494
Signed-off-by: Jiuzhu Dong dongjiuzhu1@xiaomi.com

Because all apis(exfat_open/close/write/read) are related to
"struct exfat_dev" in io.c, and exfat_generic_pwrite/pread are
related to struct exfat_node, so move them to node.c more appropriate.

It makes the fs easier to port to other systems.

Change-Id: I5069c3e8f6439073cb7dc43ab2d7b6c80fa47494
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant