Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Add all file operation event notifications required by VFSForGit #63

Closed
chrisd8088 opened this issue Mar 14, 2019 · 1 comment
Closed
Assignees
Labels

Comments

@chrisd8088
Copy link
Collaborator

chrisd8088 commented Mar 14, 2019

Specifically, we likely need to add event notifications for the FileModifed and HardLinkCreated operations; see the use of these in, e.g., the macOS and generic handlers registered by the GVFS provider.

We should likely map these to Linux equivalents as PROJFS_MODIFY and PROJFS_CREATE_SELF | PROJFS_ONLINK, where the ONLINK flag is used like the ONDIR one:

#define PROJFS_MODIFY 0x00000002

#define PROJFS_ONLINK himask(0x1000)

We're trying to align with fanotify.h in all this, but it's not perfect (yet!), and we're also tracking Amir Goldstein's superblock root watch work.

@chrisd8088
Copy link
Collaborator Author

Closed by #69.

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

No branches or pull requests

1 participant