mirror of
https://github.com/rclone/rclone.git
synced 2026-05-12 10:03:35 -04:00
Add a ctx field to the VFS struct, initialized in New() from the existing cancellable context. Propagate this through the cache subsystem hierarchy. This ensures proper context cancellation when a VFS shuts down, rather than using disconnected context.TODO() or context.Background() calls throughout and paves the way for VFS to have its own config.