You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2024. It is now read-only.
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:
Specifically, we likely need to add event notifications for the
FileModifedandHardLinkCreatedoperations; 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_MODIFYandPROJFS_CREATE_SELF | PROJFS_ONLINK, where theONLINKflag is used like theONDIRone: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.