зеркало из https://github.com/github/libprojfs.git
f306f48bfa
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. |
||
---|---|---|
.. | ||
Makefile.am | ||
fdtable.c | ||
fdtable.h | ||
projfs.c |