libprojfs/lib
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 make cleanups verbose and remove Make artifacts 2019-05-02 11:11:05 -07:00
fdtable.c CLOSE_WRITE event notification using fd table 2019-05-02 11:11:05 -07:00
fdtable.h CLOSE_WRITE event notification using fd table 2019-05-02 11:11:05 -07:00
projfs.c add move permission and delete notification events 2019-06-19 14:25:38 -07:00