This post is from the WWDC26 File Systems Q&A.
Is it necessary to switch to the new FSExtentType.readOnly when implementing kernel offloaded IO if my entire volume is read-only and marked as such via requestedMountOptions?
(My assumption is "no" since I'd think all writes to the resource at that point should be prevented anyway, but wanted to ask just in case.)