From ed404ee5796a0dfecff068b2a16166e6ea444a3d Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 25 Nov 2021 12:18:43 +0000 Subject: [PATCH] inc: winfsp.h: FspCleanupDelete: POSIX semantics --- doc/WinFsp-API-winfsp.h.md | 2 +- inc/winfsp/winfsp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/WinFsp-API-winfsp.h.md b/doc/WinFsp-API-winfsp.h.md index 45dae1ce..bb8a825e 100644 --- a/doc/WinFsp-API-winfsp.h.md +++ b/doc/WinFsp-API-winfsp.h.md @@ -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. diff --git a/inc/winfsp/winfsp.h b/inc/winfsp/winfsp.h index a5d7f69b..00b4eb89 100644 --- a/inc/winfsp/winfsp.h +++ b/inc/winfsp/winfsp.h @@ -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. * *
  • FspCleanupSetAllocationSize -