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
most parts of the file system are thread safe because of locking on the lowest level and doing the rest on the stack.. however, the superblock can be modified and read simultaneously.
we need a mutex there i guess?
The text was updated successfully, but these errors were encountered:
most parts of the file system are thread safe because of locking on the lowest level and doing the rest on the stack.. however, the superblock can be modified and read simultaneously.
we need a mutex there i guess?
The text was updated successfully, but these errors were encountered: