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

Filesystem needs fixes #51

Open
srujun opened this issue Dec 5, 2016 · 0 comments
Open

Filesystem needs fixes #51

srujun opened this issue Dec 5, 2016 · 0 comments
Labels
Milestone

Comments

@srujun
Copy link
Owner

srujun commented Dec 5, 2016

Currently the read() system call for normal file type never calls fs_open(). We just check if the inode exists. Additionally, we should get rid of the inode pointer type in the file descriptor struct and use a direct number instead.

@srujun srujun added the bug label Dec 5, 2016
@srujun srujun added this to the Checkpoint 5 milestone Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant