mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
inc: winfsp.h: FspCleanupDelete: POSIX semantics
This commit is contained in:
parent
620ebd9e72
commit
ed404ee579
@ -151,7 +151,7 @@ deleted during Cleanup.
|
|||||||
If the file system supports POSIX unlink (FSP\_FSCTL\_VOLUME\_PARAMS ::
|
If the file system supports POSIX unlink (FSP\_FSCTL\_VOLUME\_PARAMS ::
|
||||||
SupportsPosixUnlinkRename), then a Cleanup / FspCleanupDelete operation may arrive while
|
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
|
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.
|
outstanding cleanup for this particular file node.
|
||||||
|
|
||||||
|
|
||||||
|
@ -370,7 +370,7 @@ typedef struct _FSP_FILE_SYSTEM_INTERFACE
|
|||||||
* If the file system supports POSIX unlink (FSP_FSCTL_VOLUME_PARAMS ::
|
* If the file system supports POSIX unlink (FSP_FSCTL_VOLUME_PARAMS ::
|
||||||
* SupportsPosixUnlinkRename), then a Cleanup / FspCleanupDelete operation may arrive while
|
* 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
|
* 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.
|
* outstanding cleanup for this particular file node.
|
||||||
* </li>
|
* </li>
|
||||||
* <li>FspCleanupSetAllocationSize -
|
* <li>FspCleanupSetAllocationSize -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user