inc: winfsp.h: FspCleanupDelete: POSIX semantics

This commit is contained in:
Bill Zissimopoulos 2021-11-25 12:18:43 +00:00
parent 620ebd9e72
commit ed404ee579
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ deleted during Cleanup.
If the file system supports POSIX unlink (FSP\_FSCTL\_VOLUME\_PARAMS ::
SupportsPosixUnlinkRename), then a Cleanup / FspCleanupDelete operation may arrive while
there are other open file handles for this particular file node. If the file system does not
support POISX unlink, then a Cleanup / FspCleanupDelete operation will always be the last
support POSIX unlink, then a Cleanup / FspCleanupDelete operation will always be the last
outstanding cleanup for this particular file node.

View File

@ -370,7 +370,7 @@ typedef struct _FSP_FILE_SYSTEM_INTERFACE
* If the file system supports POSIX unlink (FSP_FSCTL_VOLUME_PARAMS ::
* SupportsPosixUnlinkRename), then a Cleanup / FspCleanupDelete operation may arrive while
* there are other open file handles for this particular file node. If the file system does not
* support POISX unlink, then a Cleanup / FspCleanupDelete operation will always be the last
* support POSIX unlink, then a Cleanup / FspCleanupDelete operation will always be the last
* outstanding cleanup for this particular file node.
* </li>
* <li>FspCleanupSetAllocationSize -