mirror of
https://github.com/rclone/rclone.git
synced 2026-09-19 03:34:03 -04:00
This resolves an issue where mount filters supplied to the rc API (such as `_filter` in remote control requests) were ignored during FUSE mounts. By passing the request context containing the parsed filter config to `vfs.New`, the VFS layer now correctly respects the active filter rules. Fixes #8838