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

document-portal: Don't invalidate directories #1243

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 13, 2024

  1. document-portal: Don't invalidate directories

    This works around issue flatpak#1234. This is a followup from flatpak#1190.
    
    fuse_lowlevel_notify_inval_entry() will invalidate directories too,
    which is a problem as it invalidate the current workdir directory.
    So now we don't invalidate them and will let the kernel deal with it.
    
    This is consistent with the passthrough_hp example from fuse.
    
    But this still make the directory being held for longer than
    necessary.
    
    Signed-off-by: Hubert Figuière <[email protected]>
    hfiguiere committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    1de051b View commit details
    Browse the repository at this point in the history