pub fn share_vfs(io: &IoContext<'_>, tid: u16) -> Arc<dyn Vfs> ⓘExpand description
Resolve the VFS for the request’s tree; IPC$ yields a stub that rejects. Clone the VFS handle for the request’s tree (Arc so handlers can hold it across mutable connection access).