Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement InvalidateNode/InvalidateEntry #61

Open
ikonst opened this issue Jan 11, 2019 · 1 comment
Open

implement InvalidateNode/InvalidateEntry #61

ikonst opened this issue Jan 11, 2019 · 1 comment

Comments

@ikonst
Copy link

ikonst commented Jan 11, 2019

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/

@stapelberg stapelberg changed the title fuse_lowlevel_notify_inval_inode implement InvalidateNode/InvalidateEntry Jan 27, 2020
@riking
Copy link
Contributor

riking commented Jul 5, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants