You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently the
read()
system call for normal file type never callsfs_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.The text was updated successfully, but these errors were encountered: