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
Implement fuse_lowlevel_notify_inval_inode. This should allow user space processes to trigger eviction of the kernel's inode cache, and in turn getting the "ForgetInodeOp" to evict its own data.
I don't like the way the PR is approaching this. We should come up with a general user API for all the inotify sending, then some helpers to generate "please forget inode" notifications.
Implement
fuse_lowlevel_notify_inval_inode
. This should allow user space processes to trigger eviction of the kernel's inode cache, and in turn getting the "ForgetInodeOp" to evict its own data.Context: https://sourceforge.net/p/fuse/mailman/message/30057855/
The text was updated successfully, but these errors were encountered: