sys: FspFsvolSetDispositionInformation

return STATUS_FILE_DELETED if file is already deleted
This commit is contained in:
Bill Zissimopoulos
2021-11-24 18:31:48 +00:00
parent 91211f6ccb
commit c4f994f8f6
2 changed files with 4 additions and 4 deletions

View File

@ -1484,7 +1484,7 @@ retry:
if (FileNode->PosixDelete)
{
Result = STATUS_ACCESS_DENIED;
Result = STATUS_FILE_DELETED;
goto unlock_exit;
}