Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
document-portal: Don't invalidate directories
This works around issue #1234. This is a followup from #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]>
- Loading branch information