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
add notify_inval_inode and extend get_rootfs to return fs_idx for unmount
- Add notify_inval_inode method to fusedev to explicitly invalidate inode caches
in the kernel, ensuring cache coherence when backend files change outside guest VFS.
- Extend get_rootfs to return both Arc<BackFileSystem> and u8 fs_idx.
This is necessary for correct unmount handling and cache invalidation.
The implementation follows fuse kernel and libfuse protocols and maintains
compatibility with existing patterns like notify_inval_entry.
Signed-off-by: sidneychang <[email protected]>
0 commit comments