libprojfs/include
Chris Darroch f306f48bfa add move permission and delete notification events
Previously, deletion operations (rmdir and unlink) sent a
permission request event, but no notification event after
successful deletion.  Rename operations did the opposite,
sending only a notification event after a successful move.

In order to fully support VFSForGit, and to treat these two
forms of filesystem modification similarly, we issue both
a permission request beforehand, and if the request is granted
and the operation successful, a subsequent informational event
notification.

We also shift the value of PROJFS_DELETE_PERM left by one bit
to leave room in case PROJFS_CREATE_PERM is ever needed in
the future.
2019-06-19 14:25:38 -07:00
..
Makefile.am remove VFS API and supporting components 2019-02-27 10:12:23 +11:00
projfs.h make FUSE header dependencies internal only 2019-06-03 14:44:07 -07:00
projfs_notify.h add move permission and delete notification events 2019-06-19 14:25:38 -07:00