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
I don't think there's any reason to use an array instead of a linked list to keep track of volumes. Use the kernel-provided list functionality.
The related locking might need to be revised as well (can be pretty coarse).
I don't think there's any reason to use an array instead of a linked list to keep track of volumes. Use the kernel-provided list functionality.
The related locking might need to be revised as well (can be pretty coarse).