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

cachemissing required for proper operations (and related cases) #1

Open
cnettel opened this issue Feb 9, 2017 · 0 comments
Open

cachemissing required for proper operations (and related cases) #1

cnettel opened this issue Feb 9, 2017 · 0 comments

Comments

@cnettel
Copy link
Owner

cnettel commented Feb 9, 2017

Some eagerness and other flags might in fact be required for other flags. For example, eager rmdir and eager unlink have a prerequisite on inaccuratestat and cachemissing being turned on. Otherwise, getattr will return the true stat information for the backing filesystem. Since libfuse itself will do a getattr immediately following delete, this is disastrous (the existence of the file is then cached by libfuse, causing e.g. future new create operations on the same name to fail).

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

1 participant